react-native-components-viewer
react-native-components-viewer copied to clipboard
Viewer for React Native components, useful for visual testing.
This PR addresses an issue with a deprecated interface in `react-native-components-viewer` after an upstream change in [react v15.5.0](https://reactjs.org/blog/2017/04/07/react-v15.5.0.html). Also: I am not sure if this lib is still supported, but...
### Repo: 1. In a new ([instructions](https://reactnative.dev/docs/environment-setup)) or existing react-native app. 2. Ensure that you are using react 15.5.0 or later ([reason](https://reactjs.org/blog/2017/04/07/react-v15.5.0.html)) 3. Install react-native-components-viewer: `npm install --save react-native-components-viewer` 4....
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.2.0. Release notes Sourced from eslint's releases. v7.2.0 b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895) (Milos Djermanovic) 27ef73f Update: reporter locr of func-call-spacing (refs...