react-native-template
react-native-template copied to clipboard
Echobind's template for React Native projects
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 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 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 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...
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
## Description - Converts to use `@shopify/restyle` for component theming - Adds built in dark mode support ## To Do - [ ] Remove all usages of emotion/styled-components/styled-system - [...
Recommend we use https://github.com/zoontek/react-native-bootsplash for managing the splash screen state. The **react-native-splash-screen package** has always had an issue on IOS where you weren't able to re-show the splash screen after...
Finally was able to resolve an issue I've dealt with in several apps where on the Android platform, requests to localhost do not resolve despite `adb reverse` being called correctly....
When I create a new screen using the hygen generator, my pascalcasing is getting overriden 
in the `yarn g:component` hygen command, choosing Class instead of SFC still outputs a functional component.