python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unrecognized font-family '$text-font-family' - React-native CLI - ui-kitten - ios simulator
I am developing my first react-native app using react-native CLI.
I have a working setup with android simulator on PC and I just got the simulator working on my Mac using cocoapods and xcode.
The issu...
Bobby Rösehag
Votes: 0
Answers: 0
Execution failed for task ':app:processDebugResources'. While Running the App
After running the app I am getting this > Task :app:processDebugResources FAILED
25 actionable tasks: 25 executed
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for tas...
pallavi yelagandula
Votes: 0
Answers: 0
Execution failed for task ':app:processDebugResources'. React-Native-Cli setup in android
After setup of react-native-cli and I have the run the app .I am getting this
What went wrong:
Execution failed for task ':app:processDebugResources'.
A failure occurred while executing com.androi...
pallavi yelagandula
Votes: 0
Answers: 1
Upload image to a nodeJs server using react-native
I want to upload an image from react-native (cli without expo) to a node server, i tried using axios with formData filed is not recognised by multer, then i tried with fetch that worked image was stor...
Giverseal
Votes: 0
Answers: 1