This is a sample app used to demonstrate and test the functionality of the react-native-queue-it SDK.
It shows how to integrate the Queue-it SDK with React Native, including event handling, async APIs, and proper native module usage.
Make sure the following dependencies are installed on your machine:
- Node.js (version 16 or newer recommended)
- Yarn or
npm - Android Studio for Android development
- Android SDK (API level 34+)
- Emulator or connected device
adbproperly configured
- XCode for iOS development
- Emulator or connected device
- Java Development Kit (JDK 17 or newer)
Follow these steps from the project root (./app-sdk-react-native/):
npm install
npx react-native codegencd ../exampleApp
npm install
npx react-native run-androidFollow these steps from the project root (./app-sdk-react-native/):
npm installcd ../exampleApp
npm install
cd ./ios
bundle install
bundle exec pod install
cd ..
npx react-native run-ios