You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
@@ -864,7 +864,7 @@ Constructs the CodePush client runtime and represents the `ReactPackage` instanc
864
864
865
865
- __getBundleUrl(String bundleName)__ - Returns the path to the most recent version of your app's JS bundle file, using the specified resource name (e.g. `index.android.bundle`). This method has the same resolution behavior as the Objective-C equivalent described above.
866
866
867
-
## Example Apps
867
+
## Example Apps / Starters
868
868
869
869
The React Native community has graciously created some awesome open source apps that can serve as examples for developers that are getting started. The following is a list of OSS React Native apps that are also using CodePush, and can therefore be used to see how others are using the service:
870
870
@@ -874,6 +874,8 @@ The React Native community has graciously created some awesome open source apps
874
874
* [Math Facts](https://github.com/Khan/math-facts) - An app by Khan Academy to help memorize math facts more easily.
875
875
* [MoveIt!](https://github.com/multunus/moveit-react-native) - An app by [Multunus](http://www.multunus.com) that allows employees within a company to track their work-outs.
876
876
877
+
Additionally, if you're looking to get started with React Native + CodePush, and are looking for an awesome starter kit, you should check out [Pepperoni](http://getpepperoni.com/). It includes everything you'll need to get going quickly, with modern / best practices (including CodePush!).
878
+
877
879
*Note: If you've developed a React Native app using CodePush, that is also open-source, please let us know. We would love to add it to this list!*
0 commit comments