react-native-elements-app
react-native-elements-app copied to clipboard
Demo app for React Native Elements (w/ React Native Web)
Followed the steps in order but getting this error when I click "Run in web browser". ``` Failed to compile. C:/Users/User/Downloads/react-native-elements-app/src/views/circularSlider.tsx Module not found: Can't resolve 'react-native-elements-universe' in 'C:\Users\User\Downloads\react-native-elements-app\src\views' ```...
I followed the steps 1. Cloned repo 2. Checked the default branch to be next 3. npm i 4. npm start No errors seen so far, when I scan the...
Hi team, please help revise the README and help resolve the issue; ``` Unable to start your application. Please refer to https://expo.fyi/no-registered-application for more information. at node_modules\react-native\Libraries\LogBox\LogBox.js:117:10 in registerWarning at...
@arpitBhalla When I ran the demo app on android device and emulator, I don't see the bottom navigation, please look into this .
Hi, I was just wondering if I use this project as a base starting point for my application, is this repo under the same MIT license as react-native-elements? I don't...
I have recently converted all of the code to typescript. It should still compile just fine, but it would be nice to have the demo app be a good check...
Demo for component added in https://github.com/react-native-elements/react-native-elements/pull/3035
Currently, there are 150+ errors/warnings coming up from the app when we run `tsc --watch` on strict mode `true`. Therefore, I want to resolve them so that users will have...