Commit 25a8b049 authored by Travis Nuttall's avatar Travis Nuttall

add description and gif of example app

parent 49604e04
...@@ -157,6 +157,13 @@ For Android you can use the following command: ...@@ -157,6 +157,13 @@ For Android you can use the following command:
For convenience I recommend adding these thread building commands as npm scripts For convenience I recommend adding these thread building commands as npm scripts
to your project. 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 ## Acknowledgements
This library was heavily inspired by two other packages both under the name of This library was heavily inspired by two other packages both under the name of
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
</AdditionalOptions> </AdditionalOptions>
</TestAction> </TestAction>
<LaunchAction <LaunchAction
buildConfiguration = "Release" buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = "" language = ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment