Skip to main content

Getting Started

The project Felix Travel supports both React Native CLI and Expo CLI (Managed Workflow).

System Requirements

Please refer to the React Native official documentation for setting up the development environment.

Getting Started


React Native CLI

iOS

cd ./source
npm run setup
sudo gem install cocoapods
cd ios
pod install
npx react-native run-ios

Android

cd ./source
npm run setup
npx react-native run-android

Expo CLI

After unzipping the download pack, you’ll find a source-expo folder with all the files.

cd ./source-expo
npm run setup
expo start

Install the Expo Go app on your mobile device and scan the QR code to preview the app.