NativeBase-KitchenSink icon indicating copy to clipboard operation
NativeBase-KitchenSink copied to clipboard

An example app with all the UI components of NativeBase

Results 55 NativeBase-KitchenSink issues
Sort by recently updated
recently updated
newest added

Hi, I have an existing `config-overrides.js` file that was created after following the following tutorial: [code-sharing-between-ios-android--web-using-react-native-web](https://dev.to/brunolemos/tutorial-100-code-sharing-between-ios-android--web-using-react-native-web-andmonorepo-4pej) Which results with the following file content: ``` const fs = require('fs'); const path...

Hello, I am facing a weird issue in all the IOS simulators. I am using Native Base along with React Navigation library for React. The issue is when React Navigation...

i m trying to build a new app after the npm install --save react-native-video command when i try to write react-native link react-native-video it gives me this error: react-native link...

Update web to 2.12 from 2.5. Looks like the web version has fallen way behind.

I am using feather icons for footer menu, here is what i can see while apply icons ![Screenshot from 2019-05-17 14-16-21](https://user-images.githubusercontent.com/50351589/57915430-63789400-78ae-11e9-9f2b-7c0843ff3fd3.png) Here is my code which i am using. >...

Using example: http://docs.nativebase.io/docs/examples/ReduxFormExample.html The example does not actually submit the form. When trying to see the values on button press, I'm getting no field values- Form- ```js const FloatingInput =...

awaiting response

there is not error log or warning, but not working. i put `console.log` in `onPress` event handle, but no output.

Even if I wanted to transpile all the RN dependencies from flow, there isn't any way to use both. Even using [babel 7's typescript preset](http://babeljs.io/blog/2017/09/12/planning-for-7.0#typescript) yields `Module build failed: Error:...

web

**Issue:** The user is unable to input text on Text inputs when the Input is inside an Item component: ``` ``` **Expected behavior:** On tapping on text input, the native...

web