Socket
Socket
Sign inDemoInstall

free-react-native

Package Overview
Dependencies
11
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    free-react-native

Convert your react native app for jailbroken ios development


Version published
Weekly downloads
2
Maintainers
1
Install size
1.17 MB
Created
Weekly downloads
 

Readme

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

Last updated on 07 Oct 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc