Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mzabriskie/PocketNode

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PocketNode

Lightweight Node REPL for iOS and Android

Screenshot

Developing

$ git clone git@github.com:mzabriskie/PocketNode.git
$ cd PocketNode
$ npm install

To run the iOS app:

  • Open ios/PocketNode.xcodeproj in Xcode and hit ⌘-R to run.
  • Open index.ios.js in your text editor and make some changes.
  • Hit ⌘-R in the iOS simulator to reload the app.
  • In Xcode go to Report navigator > PocketNode > Debug to see output from console.log.

To run the Android app:

  • $ android avd then select the reactnative device.
  • $ react-native run-android
  • Open index.android.js in your text editor, and make some changes.
  • Hit F2 in the Android simulator to reload the app.
  • Run adb logcat *:S ReactNative:V ReactNativeJS:V to see output from console.log.

If you haven't setup Android development yet, see the setup guide.

Troubleshooting:

  • For iOS make sure you are running Xcode 6.3 or newer.
  • If you get "Cannot read property 'root' of null" update watchman:
$ brew update
$ brew upgrade watchman

About

Lightweight Node REPL for iOS and Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.