Questions tagged [native-base]

NativeBase is a free, open source, cross-platform, reusable UI component library for React Native.

Resources


Kitchen Sink Demo

Take a look at the official demo by downloading the Expo app from the Apple App Store or the Google Play Store and scanning the QR Code here.


Related tags

843 questions
-2
votes
1 answer

Error 'Could not determine java version from ‘10’

npm run android is not working. node version: v8.9.4 npm version: 5.7.1 genymotion: 2.12.0 I'm getting the error: Could not determine java version from ‘10’ I don't have have an Android Studio installed, but I have installed Gradle 4.6, and also…
M Maruf
  • 21
  • 2
-3
votes
1 answer

how do you install native-base?

Here my errors with my commands. Command i tried to execute: npm install native-base --save Here error output: npm ERR! path git npm ERR! code ENOENT npm ERR! errno ENOENT npm ERR! syscall spawn git npm ERR! enoent Error while executing: npm ERR!…
-4
votes
2 answers

React Native difference between nested arrow function and normal arrow function

let arr; for (var i = 0; i < 4; i++) { arr.push( // native-base component ) } render(){ return ( { arr } ) } In this code,…
Flururu
  • 1
  • 1
1 2 3
56
57