diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8e1128..9a382f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,19 +124,19 @@ Build the tests using detox-cli in the example folder: iOS: ```bash -detox build --configuration ios.sim.release +yarn run example detox:build:ios-release ``` Android: ```bash -detox build --configuration android.emu.release +yarn run example detox:build:android-release ``` Google Maps React Native Navigation SDK integration tests can be run with the following command: iOS ```bash -yarn run example test:ios-release +yarn run example detox:test:ios-release ``` Android: diff --git a/example/src/App.tsx b/example/src/App.tsx index f6e9e99..61dcebd 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -47,7 +47,9 @@ const HomeScreen = () => { const isFocused = useIsFocused(); return ( - + + {/* Spacer */} +