--- layout: default title: Mobile App Development parent: Development grand_parent: Miscellaneous nav_order: 9 --- # React Native Expo ## MacOS: Install watchman ``` brew install watchman ``` Run iOS on Simulator: ``` npx expo run:ios ```