Trio - Bike Rental Boilerplate - React Native bikerental-app-ios.mp4 How to run it Install node modules: yarn install iOS Install pods: cd ios && pod install Run the app: yarn ios Android Run the app: yarn android Tests yarn test Folder structure assets/ fonts/ index.ts components/ BikeCard/ BikeTypeBadge/ BottomSheetModal/ NavBarHeader/ NavBarLeftItem/ NavBarRightItem/ index.ts hooks/ index.ts useBikes.tsx models/ Bike.ts index.ts navigation/ Main.tsx index.ts screens/ Bikes/ index.ts App.tsx