In general the lay-out seems fine, the content is wrapped up inside a KeyboardAvoidingView as followed: <KeyboardAvoidingView keyboardVert
I have an API class that I am trying to use in a React app. // API file class API { ... } export default API; // Other file import API from "utils/API"; con
I wanted to make my app accessible without local connection via expo publish. After running the command i successfully get a link to the project page. But if i
I've been struggling to verify if the purpose string for photo library access really is working as expected. It started with the application got rejected becaus
My app completely 100% working on Expo Go.It didn't working after build to getting apk file and implemented on my phone.StartScreen working so well.Then navigat
I'm getting these warnings when I run my expo / jest project and I'm not sure why, seemed to not come up when googled. console.warn The "EXNativeModulesProx
i created simple FlatList in React Native that display data from Axios fetch i could search it by 1 Attribute For example ( item.name ) or ( name.description) c
Can I use expo packages in react native cli ?
I developing my app with Expo and NativeBase. Now this time, I would like you to help me with this weird Style problem. Environment "dependencies": { "@re
I'm building a mobile application and I need to generate a passphrase using bip39. At first, when I installed the package from npm I got missing dependencies er
I am using expo-location from here As per all the examples I read the following code should do the trick: useEffect(() => { (async () => { let {
I want to add in my listHeaderComponent a TextInput, but when I add this then I get this error: When I remove the textInput, then I get no error and it works..
I just installed Android Studio, created and ran a virtual device and have run expo, which successfully established the web server. However, when I click on 'Ru
It should be as simple as possible for the testers. Best case would be a link that they can click on that directly installs the app on iOS and Android devices (
how can I access to the email and birthday in expo facebook login ? I only get the name and ID... async function logIn() { try { await Facebook.init
SDK Version: Expo 44.0.6 Platforms(Android/iOS/web/all): Android / iOS Tested versions of react-native-reanimated : 2.2.4, 2.3.1, 2.4.1, 2.5.0 I recently upgra
I'm trying to build a mobile application with expo and react-native, I have a screen where I need to generate a passphrase for the user and I'm using react-nati
I am trying to move my existing React Native (typescript) project to Expo. Everything is working fine in Expo except modal with Lottie animation ( without expo
I had a specific question about installing a custom expo development client on a simulator, specifically an iOS simulator. I know that there is a way to install
I am using React native debugger tool in the expo-based react native project. I am getting the below error when running the debugger and when I dismiss the err