A mobile app built with React Native + Expo, featuring a list of golf players fetched from Concentra external API.
- Expo SDK
- React Native
- TypeScript
git clone https://github.com/your-username/players-app.git
cd players-appyarn installAPI_BASE_URL=https://dev-api.iqtekgolf.innovix.com.do:440/api
API_TOKEN=F3J92ND9J5@493SBMDJW1344JEUDJ3TES3I/3yarn start/src
├── api # Apisauce client
├── components # Reusable UI components
├── navigation # App navigator
├── redux # Redux store, actions, sagas
├── screens # App screens
├── assets # Resources, Images and SVGs
└── types # Custom type declarations