reactjs-native Questions
14
Solved
I'm trying to get up and running with React Native and I am seeing the message below in Xcode:
Port 8081 already in use, packager is either not running or not running correctly
Command /bin/sh fai...
Unload asked 13/5, 2015 at 13:31
3
Solved
My app screen has a View component with few Text Inputs. I cannot disable text inputs. Is there a way that I can disable complete View?
P.S.: By Disabling a View component I mean that the componen...
Reba asked 27/9, 2016 at 8:42
12
I am new to ReactJS and UI and I wanted to know how to make a simple REST based POST call from ReactJS code.
If there is any example present it would be really helpful.
Seligmann asked 21/7, 2016 at 17:24
3
Solved
I am doing a comparison by converting my text to lowercase and comparing its index to -1, in order to have some value to the particular field in ReactJS, but I am getting this error in JavaScript c...
Bogor asked 7/2, 2016 at 0:27
1
Not sure what has caused this issue.. It worked fine yesterday. Today when I tried to run react-native run-android. I get this error. any ideas?
Starting JS server...
Running adb -s 3f71ece6 rever...
Mica asked 4/1, 2017 at 17:1
5
I am having an issue where I setState in multiple components based on the same key in AsyncStorage. Since the state is set in componentDidMount, and these components don't necessarily unmount and m...
Costrel asked 10/6, 2015 at 22:44
2
I was wondering how I have to setup .flowConfig in order to use flow on a React- Native project. I created an empty .flowConfig file but as soon as I include the react-native module in a JS source ...
Childbed asked 9/4, 2015 at 17:17
2
Is it possible to build apps for iOS and Android with Facebook's React JavaScript framework, delivering nearly the same performance as native apps?
Nigh asked 29/1, 2015 at 13:31
2
Solved
I like to send the attribute properties/props/state values from child component to parent component on an event fire onDrag. I could not find proper documentation on this.
Here is my code:
/*** @...
Steere asked 18/3, 2015 at 12:22
1
© 2022 - 2024 — McMap. All rights reserved.