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

996 questions
-1
votes
1 answer

What is wrong on this sidebar component? It shows raw text "}" must be wrapped in explicit text component

This code worked last day. When we try to separate it shows this error. I am sure that trouble is in this component as far as other components work perfectly. What can be the reason for it? You can check code on the below: import React from…
NewTech Lover
  • 1,185
  • 4
  • 20
  • 44
-1
votes
1 answer

error on install native base in project

React native work well for me. I install native base with this: $ npm install -g native-base-cli Then I create new project with this: $ react-native init T $ cd T Then after this command I have the error: $ npm install native-base --save npm WARN…
TAHER
  • 63
  • 1
  • 6
-2
votes
2 answers

How to highlight the selected item in the dropdown list of Picker in react native

I'm using the Picker component of react native and want to apply CSS like background color for the selected item in the dropdown list of Picker. below is my code snippet: School…
Akshay Kumar
  • 367
  • 5
  • 15
-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!…
-5
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,…
Jae
  • 376
  • 2
  • 11
1 2 3
66
67