Skip to content

Commit daf6ae6

Browse files
authored
Merge pull request #621 from Iterable/MOB-10606-example-app-readme-suggestions-corrections
[MOB-10606] example-app-readme-suggestions-corrections
2 parents 0de9856 + 7ad2531 commit daf6ae6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

example/README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cd ..
3434

3535
## Step 2: Add your environment variables
3636
In the _example app directory_, there is a file called **.env.example**. Make a
37-
copy of this file, name it **.env** and place it in the exampe app directory.
37+
copy of this file, name it **.env** and place it in the example app directory.
3838

3939
In it, you will find:
4040

@@ -66,15 +66,15 @@ To add an API key, do the following:
6666

6767
First, you will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native.
6868

69-
To start Metro, run the following command from the _root_ of your React Native project:
69+
To start Metro, run the following command from the _example app directory_:
7070

7171
```bash
7272
yarn start
7373
```
7474

7575
## Step 4: Start your Application
7676

77-
Let Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:
77+
Let Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _example app directory_. Run the following command to start your _Android_ or _iOS_ app:
7878

7979
### For Android
8080

@@ -88,6 +88,9 @@ yarn android
8888
yarn ios
8989
```
9090

91+
**NOTE**: If you are getting an error when running ios, make sure that *Xcode > Project Navigator > ReactNativeSdkExample > Build Settings > User
92+
Script Sandboxing* is set to **No**
93+
9194
If everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.
9295

9396
This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

src/itblBuildInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
* It contains the version of the package
44
*/
55
export const buildInfo = {
6-
version: '2.0.0-alpha-rc.9',
6+
version: '2.0.0-alpha',
77
};

0 commit comments

Comments
 (0)