Package Exports
- free-react-native
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (free-react-native) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
free-react-native
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-nativeOverview
- 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