react-native-brownfield icon indicating copy to clipboard operation
react-native-brownfield copied to clipboard

Set of helpers to make your brownfield integration smooth and easy.

Results 64 react-native-brownfield issues
Sort by recently updated
recently updated
newest added

## Description We need to add support for configuration file instead of adding various CLI options. A `react-native-brownfield` config can be created in these three ways (ordered by priority): `react-native-brownfield.config.js`...

Bumps [react-native](https://github.com/facebook/react-native) from 0.60.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

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

We can add an option to integrate OTA updates to the artifact (codepush?)

1. We either specify a file or directory of files that would serve as input to generator 2. Files should be structured in some way? (investigate RN codegen) 2.1 We...

Run RN init + rn brownfield init?

- [ ] Integrate jest and write some simple unit tests. - [ ] Integrate detox and write some simple e2e tests. - [ ] Use JUnit / XCtest to...