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

last FlatList content only display 10% of the item

here i use flatlist grid inside scrollview, the problem is the last row of the grid didn't display the full height of the content, i don't know where the problem is. note: i use native-base component const [data, setData] = useState([ { id: 1,…
CCP
  • 886
  • 1
  • 10
  • 30
-1
votes
2 answers

cannot scroll native-base FlatList inside ScrollView

im using native base for my component, so the case is i have DropdownBox/Select then i have FlatList but i want the FlatList scrolling is to follow the parent scrollview scrolling so if i scroll the FlatList then the DropdownBox move along as the…
CCP
  • 886
  • 1
  • 10
  • 30
-1
votes
1 answer

react-native app ios native-base issue in redux app

Hi guys I am creating react native app using redux, react-native cli and having some issue when starting app it shows as screen shot , i saw online solution mentioning add as below
famo
  • 160
  • 1
  • 13
-1
votes
2 answers

Not able to install Native Base in my react prject

Does using expo react native doesn't allow to install native base ?
-1
votes
1 answer

Handel screen from reactivelist to details screen

I have to secreen one listitem created by reactivelist in reactivesearch and second screen details item, how i can prees any item in list and display detiels for this item
-1
votes
1 answer

Is there a way to send local images to a component function?

I would like to send a series of local image files to a component so that they could be rendered. I haven't found any way to do it where images were from local storage. I've only seen it where the images had online links and those links were stored…
BayCode
  • 93
  • 11
-1
votes
2 answers

react native component with two different buttons in right and left

Is there any kind of components in react native with two buttons in right and left like SwipeRow, with a little different?, I am looking for a component that shows buttons in right and left without need the user swipe items to left or right
roz333
  • 695
  • 2
  • 18
  • 30
-1
votes
1 answer

Navigation with React Native Base

I want to navigate to another screen (i.e 'Details') when I hit the login button. This is my working main code: (could be checked on Snack Expo) import React, { Component } from 'react'; import { Container, Header, Left, Body, Right, Button, Title,…
x89
  • 2,798
  • 5
  • 46
  • 110
-1
votes
1 answer

Button onpress go to tab screen in react native base

Here I used React native base scrollabletab. If i press the button('Go to menu4') then this screen will be move to Menu4. How to do that ? Here is my code. import React, { Component } from 'react'; import { Container, Button, Tab, Tabs,…
-1
votes
2 answers

How to create a custom radio group

i wan't to create a radio group in react native with native base components. i have made a radiobutton now i want to create a group. i wan't to connect it to redux to use it in my forms, i created it with state but now i don't know how to code to…
Gray
  • 531
  • 1
  • 10
  • 28
-1
votes
1 answer

Can we set two buttons in column in footer component of 'native-base' or can we set height of footer of 'native-base'?

I am using native-base components.I want to set two or 2 buttons in column view in Footer.can we set height of Footer?.I am new to React Native.This is view
civani mahida
  • 314
  • 3
  • 8
-1
votes
1 answer

React Native - Native Base Picker shows label instead of Value

Native base picker renders label instead of value
Bhaktij
  • 109
  • 1
  • 6
-1
votes
1 answer

Use react-native created an application installation package big size

I used react-native, expo, native-base & typescript. I created a simple function inside my application. After installing I found size of the application was too large, I don't know why, what should I do to make it more concise or smaller?
siye tc
  • 23
  • 3
-1
votes
1 answer

How Add or Remove Checkboxes value from the array?

i want to add or remove value from the array. when i select the checkbox the value will pushed to array. when i unselect the checkbox the value will remove from the array. CheckBox
-1
votes
1 answer

undefined is not an object (evaluating 'this.state.product.images.map')

Trying to open Detail screen with static content using native-base components , in iOS it's working fine but in android i was getting problem related to "Roboto-medium" font , so after R&D i came to know that I have to import that font module from…
user2028
  • 163
  • 4
  • 15
  • 40
1 2 3
66
67