react-android Questions
7
after checkout when i say react-native run-android im getting below error.
Metro Bundler has encountered an internal error, please check your terminal error output for more details
below is pack...
Lui asked 5/2, 2018 at 17:24
2
after installing some packages like react-native-safe-area-context or react-native-screen, I always have this problem: can't run the app
when I run yarn android:
> Configure project :react-nativ...
Pazice asked 4/4, 2022 at 8:36
0
I am trying to use onViewableItemsChanged event to detect the items of my FlatList that are currently displayed on screen.
In my ViewabilityConfig (Code is provided below), I set the itemVisiblePe...
Shere asked 19/11, 2018 at 10:13
3
I am trying to get device id from android device. There are several links and packages available to get device id but very few are usable in case of Android. Below are links i had tried already wit...
Pulchritude asked 13/6, 2016 at 5:34
3
Solved
I have created a CustomView SignatureView.java which extends LinearLayout for capturing signature in Android Native.
And created SignatureCapturePackage.java and SignatureCaptureViewManager.java
...
Caird asked 28/3, 2016 at 15:43
1
I am new to React-native.
I am stuck with this error :
UnableToResolveError : unable to resolve module merge from Libraries/ART/ReactNativeART.js
dependencies I have used are :
"dependencies"...
Ernestinaernestine asked 11/6, 2017 at 8:53
1
I am making a simple fetch call in my component, which looks like this
var x = fetch(SOME_URL, SOME_POST_DATA)
.then((response) => response.json())
.then((responseJSON) => {return r...
Oak asked 18/8, 2016 at 15:16
1
© 2022 - 2024 — McMap. All rights reserved.