File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ like this:
55
55
56
56
#### Android
57
57
58
- 1 . Open up ` android/app/src/main/java/[...]/MainActivity .java `
58
+ 1 . Open up ` android/app/src/main/java/[...]/MainApplication .java `
59
59
- Add ` import com.reactlibrary.RNThreadPackage; ` to the imports at the top of the file
60
60
- Add ` new RNThreadPackage(mReactNativeHost) ` to the list returned by the ` getPackages() ` method
61
61
- Also note that only the official react native modules are available from your
@@ -157,7 +157,7 @@ Once you have generated the bundle file in your ios folder, you will also need t
157
157
the bundle file to you project in Xcode. In Xcode's file explorer you should see
158
158
a folder with the same name as your app, containing a ` main.jsbundle ` file as well
159
159
as an ` appDelegate.m ` file. Right click on that folder and select the 'Add Files to <Your App Name >'
160
- option, which will open up finder and allow you to select your ` ios/index.thread.js `
160
+ option, which will open up finder and allow you to select your ` ios/index.thread.jsbundle `
161
161
file. You will only need to do this once, and the file will be included in all future
162
162
builds.
163
163
You can’t perform that action at this time.
0 commit comments