Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 006224a

Browse files
committed
Adding Pepperoni mention
1 parent c7048a0 commit 006224a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This plugin provides client-side integration for the [CodePush service](http://c
1616
* [Objective-C API Reference (iOS)](#objective-c-api-reference-ios)
1717
* [Java API Reference (Android)](#java-api-reference-android)
1818
* [Debugging / Troubleshooting](#debugging--troubleshooting)
19-
* [Example Apps](#example-apps)
19+
* [Example Apps / Starters](#example-apps--starters)
2020
* [Continuous Integration / Delivery](#continuous-integration--delivery)
2121

2222
## How does it work?
@@ -864,7 +864,7 @@ Constructs the CodePush client runtime and represents the `ReactPackage` instanc
864864
865865
- __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.
866866
867-
## Example Apps
867+
## Example Apps / Starters
868868
869869
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:
870870
@@ -874,6 +874,8 @@ The React Native community has graciously created some awesome open source apps
874874
* [Math Facts](https://github.com/Khan/math-facts) - An app by Khan Academy to help memorize math facts more easily.
875875
* [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.
876876
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+
877879
*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!*
878880
879881
## Debugging / Troubleshooting

0 commit comments

Comments
 (0)