Expo is an open-source and free platform that lets web developers build truly native apps that work across both iOS and Android by writing them once in just JavaScript.
I want to change the color or the border in this code before the focus I want the color red …
react-native expo react-native-paperI am building a react-native app that I recently moved to expo. The app seems to display the expected screen, …
android node.js react-native expoI'm trying to use absolute import paths instead of relative paths with Expo and React Native. I looked on the …
react-native expoI would like to debug on my mobile/simulator and point it dynamically to API. const {manifest} = Expo.Constants; const …
react-native expo manifest.jsonI am would like to make an animated header. I Created an animated component of FlatList, Used the onScroll function …
react-native expo react-native-flatlist react-animatedI am using create-react-native-app. I want to use react-native-vector-icons But its not showing anything on android screen (I am viewing …
android react-native react-navigation expo create-react-native-appI wanted to know how to hide the bottom tab bar from a specific screen inside my stack navigator that …
javascript reactjs react-native react-navigation expoCan you use libraries like https://github.com/tolu360/react-native-google-places in an Expo project? I assume any npm library is …
react-native exponentjs expoIn react navigation 3.0 they added the feature to pass default params to screen. The problem is that I want to …
react-native react-navigation expo stack-navigatorI'm trying to integrate Firebase into my expo app using the react-native-firebase framework which has several advantages over the regular …
firebase react-native expo react-native-firebase