Important
CheckOut is no longer actively maintained. To contribute to this repository, please fork it. This project is licensed under the MIT License.
This is the CheckOut App for iOS and Android, built with Expo.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
This app is primarily designed and intended for iOS and Android platforms. While web support exists, it is not recommended for production use due to security limitations:
- Web platform storage is limited to localStorage, which is less secure than native secure storage
- Authentication tokens and sensitive data may be exposed in browser storage
- Web authentication flows have different security characteristics than native flows
For secure usage, please develop on the iOS or Android versions of the app using Expo Go.