Category "react-native"

Can I pass headers to an image source?

My image-source is secured, so ideally I would like to do the following: <Image source={{uri: "http://path/to/image", headers: {Authorizati

How to check for esim eligibility in react-native app?

I need to make a react-native app that checks if the device is suitable for esim or not. I obtain this information https://source.android.com/devices/tech/conn

How to check for esim eligibility in react-native app?

I need to make a react-native app that checks if the device is suitable for esim or not. I obtain this information https://source.android.com/devices/tech/conn

Touchablehighlight not clickable if position absolute

I have a Touchablehighlight that I need to position absolute, but it becomes unclickable after I do it. What could cause this? It functions like it should if I

How to copy text to clipboard in react-native?

I would like to integrate a small text (my e-mail address) but I would like the user can to copy this text. I think of a button, when we click on it the e-mail

Facing issue " Failed to install the app. Make sure you have the Android development environment " in react native

Would you please help me, I am stuck to create a new project in react-native Like below screenshot. I have able to run old projects. but I am not able to run a

Output multiple diverse elements with react-native-snap-carousel?

I am trying to build a Carousel using react-native-snap-carousel found here: https://github.com/archriss/react-native-snap-carousel. However, the examples that

Use a slider to scroll a horizontal scrollView in ReactNative

I am trying to set up a slider inside a horizontal ScrollView that would allow me to scroll the page faster. I am able to link position of the page to the value

IOS Swipe Back gesture does not perfom navigation.goBack()

I have a drawer navigator with many child navigators. On Android, both Header back arrow and navigation bar back button work and go back to previous screens. E.

Running flipper with expo sdk43

I'm following the instruction in this tweet from an expo dev so that I can use flipper for debugging a bare workflow expo RN app. https://twitter.com/Baconbrix/

React-Native-Maps not showing on Android Emulator or real device

I added react-native-maps in my project and it doesn't showup I am not able to figure out what I'm doing wrong Things I have tried: Test the example app availab

global.__reanimatedWorkletInit is not a function. react-native-animated v2

I using 'worklet'; and runOnUI() and then get the error below. Because I use 'worklet'; I added import 'react-native-reanimated' Because I also use runOnUI I ad

global.__reanimatedWorkletInit is not a function. react-native-animated v2

I using 'worklet'; and runOnUI() and then get the error below. Because I use 'worklet'; I added import 'react-native-reanimated' Because I also use runOnUI I ad