python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Native Base: how to find source code of <Input>?
I'm using the <Input> component from Native Base in my React Native app.
I want to find the source code, so I looked in node_modules/native-base/src/index.js and it has a line that says import {...
gkeenley
Votes: 0
Answers: 2
In NativeBase, how can I avoid inline styling props of component and write it separately and then pass it
I am just trying to write a clean code and avoid lots thing in same tag. For example: Text and Box component have could have so many styling props, So is there any way I can write it separately and th...
Vin
Votes: 0
Answers: 3
How to store multiple values separately from the native base picker
I have product attributes like the image above for which I'm mapping the otherDetails array to get the keys i.e. size, color and its variations like small, large etc. To get the variations I'm mappin...
Wahas Ali Mughal
Votes: 0
Answers: 1
Change font size in NativeBase theme for input component
I use NativeBase Input Component and Costume Theme, I tried to change the font size of the input component in my costume theme I already tried to change it in the following examples, but it doesn't ch...
F1nn-T
Votes: 0
Answers: 1