react-native-elements-storybook icon indicating copy to clipboard operation
react-native-elements-storybook copied to clipboard

Storybook for React Native Elements UI Library

Results 6 react-native-elements-storybook issues
Sort by recently updated
recently updated
newest added

To reproduce, run `yarn build-storybook`. There are two asset size limit warnings that can impact web performance. ``` yarn build-storybook yarn run v1.15.2 $ build-storybook -c .storybook -o .out info...

enhancement

Bumps [react-native](https://github.com/facebook/react-native) from 0.59.5 to 0.62.3. Release notes Sourced from react-native's releases. v0.62.3 This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers...

dependencies

still there are few components which are missing in story book they are: - Overlay - Rating - Search bar - Slider - Tooltip

Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 6.1.1 to 11.0.4. Changelog Sourced from react-dev-utils's changelog. 2.0.3 and Newer Versions Please refer to CHANGELOG-2.x.md for the 2.x range, and https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md for the newer versions. 1.1.5...

dependencies

Running react-native start to start the metro bundler gives the following error: ``UnhandledPromiseRejectionWarning: Error: `fsevents` unavailable (this watcher can only be used on Darwin) at new FSEventsWatcher``

I've added `@storybook/addon-viewport`, to allow users to modify the viewport of the story. This allows users to get an Idea of how the component will look like when it's used...