New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

free-react-native

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

free-react-native

Convert your react native app for jailbroken ios development

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

free-react-native

npm

Tool to setup your react-native project to build deb packages for jailbroken devices.

Only works on real jailbroken devices and only on MacOsx.

Usage

Prerequisites:

  • dpkg => brew install dpkg
  • ldid => brew install ldid
  • terminal-notifier => brew install terminal-notifier

Configure ssh keys to easily connect to your iphone => https://gist.github.com/DomiR/8870918

npm i -g free-react-native
cd your-react-native-project
free-react-native

Overview

  • add script commands to "package.json" to build and deploy,
  • create a "deb/package" folder wich contains the structure of your future deb package,
  • edit the xcode pbxproj to remove code signing and add a post build script
  • add a post build script ("deb/postBuildScript.sh") to deploy and sign your package with "ldid"
  • add a deploy script ("deb/deploy.sh"), you have to customize it.

TODO

  • use a real template and replace the package name in scripts and "control" file
  • clean the scripts

Keywords

FAQs

Package last updated on 07 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc