Skip to content

Commit

Permalink
chore: Add xcodebuild clean example
Browse files Browse the repository at this point in the history
  • Loading branch information
namick committed Mar 7, 2023
1 parent 180339f commit fb05fe2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,12 @@ mobile app UI.

react-native-config generates files (based on the .env file) via native build
scripts. Initially, and any time you update the `example/.env` file, you'll need
to run from Xcode for iOS or Android Studio for Android to ensure changes get
picked up. In Xcode, you may need to run a "Clean Build Folder" as well.
to take extra steps to ensure changes get picked up.

For Android do the build from Android Studio.

For iOS you can run "Clean Build Folder" from Xcode or:
`xcodebuild -workspace ./ios/example.xcworkspace -scheme example clean`

### Android login not working locally

Expand Down

0 comments on commit fb05fe2

Please sign in to comment.