diff --git a/README.md b/README.md index 25304149ab3cd9e1314cb0feecbbbbff7538e5f1..a2c5e03e2ff6bd29736765c194ec0e92c5a1e17e 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,13 @@ For Android you can use the following command: For convenience I recommend adding these thread building commands as npm scripts to your project. +## Example App +Included in this repository is a simple example application demonstrating basic +usage of react-native-threads. Look at `examples/SimpleExample/README.md` for +instructions on running it. Here's how the app looks with the Reactotron debugger: + +![SimpleExample Screen Capture](https://raw.githubusercontent.com/traviskn/react-native-threads/master/media/simplethreadexample.gif) + ## Acknowledgements This library was heavily inspired by two other packages both under the name of diff --git a/example/SimpleExample/ios/SimpleExample.xcodeproj/xcshareddata/xcschemes/SimpleExample.xcscheme b/example/SimpleExample/ios/SimpleExample.xcodeproj/xcshareddata/xcschemes/SimpleExample.xcscheme index bfe6db54cd4824494867e134e3c2311e878d406a..a6b481fa24e94188566f635ac913ab4d7293e7d3 100644 --- a/example/SimpleExample/ios/SimpleExample.xcodeproj/xcshareddata/xcschemes/SimpleExample.xcscheme +++ b/example/SimpleExample/ios/SimpleExample.xcodeproj/xcshareddata/xcschemes/SimpleExample.xcscheme @@ -81,7 +81,7 @@