Frank Harrison
Frank Harrison
The wheels downloaded from the github actions do not contain arm-64 format binaries for osx, but locally built files, using the same process on BOTH intel and arm64 machines, do....
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....
### Bug description ```python In latest docs (3.2.0-dev-0) at time of writing there was no documentation for the --colorized option: https://pylint.readthedocs.io/en/latest/pyreverse.html I raise this issue because we've had a PR...
This configures the submodule and runs `npm run check` on the code. This is a first-pass of getting the checks working before I make any other changes, and help me...