Top "Expo" questions

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.

How can I do Signature Capture in React Native?

I'm trying to understand how I can do a signature capture in React Native. My App is created with create-react-native-app …

react-native expo create-react-native-app signaturepad
Expo React-Native Android build not updating Version Code for Google Play

I built a React-Native android app and uploaded to Google Play, which worked fine. Now I have a new build …

android react-native expo
Re-render component when navigating the stack with React Navigation

I am currently using react-navigation to do stack- and tab- navigation. Is it possible to re-render a component every time …

reactjs react-native react-navigation expo
How do i downgrade expo and install a specific package?

Some of your project's dependencies are not compatible with currently installed expo package version: - @react-native-community/netinfo - expected version …

reactjs react-native expo react-native-community-netinfo metro.js
React Native Getting this error 'Unrecognized operator abs'

Getting this error when adding react-navigation-drawer to my expo project, any idea how to fix this?

javascript react-native expo
React Native Bullet Character? or Unicode?

I want to use Bullet Character/ Small Circles used for passwords in React Native Text component. Is there a way …

react-native unicode expo bulletedlist
crypto.getRandomValues() not supported

I'm getting this error with npm [email protected] when I try to generate a QR code with react-native-qrcode-generator I'm using react-native …

react-native expo react-native-webview
React Native dependencies

I want to start programming in React-native and have few problems: -Whenever I run npm install -g react-native get this: …

reactjs react-native react-native-android expo native-base
Can't find a variable atob

Screen1.js import React,{useEffect} from 'react' import {View,Text} from 'react-native' import * as firebase from 'firebase/app'; import '@…

javascript firebase react-native expo
react-native-image-picker vs expo ImagePicker

I have tried many attempts to get react-native-image-picker up and working with my RN app. I am using Expo and …

react-native expo react-native-camera react-native-image-picker