Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation first pass #1

Merged
merged 16 commits into from
Jul 24, 2015
Merged

Conversation

itsananderson
Copy link

This is still pretty rough. All it does is query for updates and display if any are available. Still need to hook the example up to the "apply update" code on the native side.

@@ -3,9 +3,10 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
"start": "node_modules/react-native/packager/packager.sh --root ../../"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what script is this? why do you need it?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The packager.sh is shipped with React Native, and is used to package all the JS files. I had to add an extra "root" to the package because it doesn't currently support symlinks, so "npm link"ing the core library into the example's node_modules wouldn't work.

@shishirx34
Copy link
Contributor

LGTM!

DmitriyKirakosyan pushed a commit that referenced this pull request Mar 20, 2023
Bump react-native test app version to 0.71.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants