This react-native
application has for simple purpose to extract information about Disneyland Paris's restaurants from Disney's official API.
Start by entering the following command to proceed with the installation of dependencies.
yarn install
Pod linking : cd ios && pod install --repo-update && cd ..
Make sure you have an emulator or a device connected to save time.
Launching : yarn ios
Standalone App : yarn ios:standalone
Add --device "deviceName"
to run on physical device
Example : yarn ios --device "Musstaches"
Make sure you have an emulator or a device connected to save time.
Launching yarn android
Standalone App : yarn android:standalone