Commit f0b4fd02 authored by Travis Nuttall's avatar Travis Nuttall

fix example android app to pass in react native host

parent a946b5d0
...@@ -24,7 +24,7 @@ public class MainApplication extends Application implements ReactApplication { ...@@ -24,7 +24,7 @@ public class MainApplication extends Application implements ReactApplication {
protected List<ReactPackage> getPackages() { protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList( return Arrays.<ReactPackage>asList(
new MainReactPackage(), new MainReactPackage(),
new RNThreadPackage() new RNThreadPackage(mReactNativeHost)
); );
} }
......
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