Skip to content

Commit 20e4142

Browse files
authored
Fix instructions to build for release in README.md
Fix some file names on instructions to build for production on iOS and manual install on Android.
1 parent f79dafa commit 20e4142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ like this:
5555

5656
#### Android
5757

58-
1. Open up `android/app/src/main/java/[...]/MainActivity.java`
58+
1. Open up `android/app/src/main/java/[...]/MainApplication.java`
5959
- Add `import com.reactlibrary.RNThreadPackage;` to the imports at the top of the file
6060
- Add `new RNThreadPackage(mReactNativeHost)` to the list returned by the `getPackages()` method
6161
- 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
157157
the bundle file to you project in Xcode. In Xcode's file explorer you should see
158158
a folder with the same name as your app, containing a `main.jsbundle` file as well
159159
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`
161161
file. You will only need to do this once, and the file will be included in all future
162162
builds.
163163

0 commit comments

Comments
 (0)