expo-starter
expo-starter copied to clipboard
🦥 Expo Starter - Powered by Expo SDK, Navio (React Navigation), RN UI lib, MMKV, Mobx, Reanimated 2, Dark Mode, Localization, and much more.
Hello , i use expo-camera in my app. But its not possible to remove camera indicator light in ios. I have tried some solutions but no luck. Solutions don't work...
When I used this starter, I got two warnings. Propose you to update it, to make it easier for others. ```Some dependencies are incompatible with the installed expo package version:...
Hi, If you want write custom title with route props thats a problem. How can i solved it?? Example ` Main: { name: 'Main', component: Main, options: ({ route })...
Newbie here! Once code has been published some `SomeStore.name` are possibly duplicated and causes issue on `hydrateStores`. Noticed this while creating multiple IStore classes. The app keeps getting stuck on...
Thank you for creating this fantastic resource! 🙏 In my codebase, I have something like this for deep linking ``` import { NavigationContainer } from '@react-navigation/native'; function App() { const...
i couldn't figure out how to import assets in this project, what i ended up doing was: 1. put my assets (like .pngs) in `assets` dir, 2. added this to...
Hello! I am having an issue creating a production build for android in my app. I also tried creating a brand new code base with `npx cli-rn new newProject` and...
Getting userInterfaceStyle warning on start, probably something needs updating or needs to be done in standard expo-way: ```bash yarn run v1.22.22 $ npx expo prebuild ✔ Created native directories |...