native-base-web icon indicating copy to clipboard operation
native-base-web copied to clipboard

NativeBase for React Native Web. The missing piece of RN4WEB.

Results 15 native-base-web issues
Sort by recently updated
recently updated
newest added

I have added support for native-base-shoutem-theme and recompiled the lib folder with the changes. By comparing native-base and native-base-web, I saw that the support for native-base-shoutem-theme is missing. For instance,...

TypeError: _react2.default.createClass is not a function (in lib/Components/Widgets/Picker.js) Line 76 _react2.default.createClass is not supported anymore. A drop-in replacement without ES6 is to use create-react-class but would add a dependency for...

Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

I am using native-base-web with native-base-shoutem-theme ; but the custom theme changes are not applied to the DOM. **More details** I have customised the theme and have used console to...

Since the build process is ``` "scripts": { "build": "del ./lib && babel . -d lib --ignore node_modules" }, ``` shouldn't the lib directory ignored under .gitignore?

NativeBase recently upgrade to v2.0, it's seem awesome :D

The issue is described here: https://github.com/start-react/native-starter-kit/issues/55 To quote the above issue : > It's fixed in NativeBase 0.5.18: #328 > But native-starter-kit dependencies referencing NativeBase v "0.5.11" > and RN...

The library is pretty good, but the issue is that it takes a long time to build. For reference, in my project, webpack generally builds in less than 500ms. With...