This repository was archived by the owner on May 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Implementation first pass #1
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
LGTM! |
itsananderson
pushed a commit
that referenced
this pull request
Jul 24, 2015
Implementation first pass
This was referenced Feb 5, 2016
Merged
max-mironov
pushed a commit
to max-mironov/react-native-code-push
that referenced
this pull request
May 5, 2017
…d_apps Support for brownfield apps for iOS
ruslan-bikkinin
referenced
this pull request
in ruslan-bikkinin/react-native-code-push
Sep 22, 2017
DmitriyKirakosyan
pushed a commit
that referenced
this pull request
Mar 20, 2023
Bump react-native test app version to 0.71.3
chlee1001
referenced
this pull request
in chlee1001/react-native-code-push
Dec 9, 2024
New arch test android
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.