reusingCode icon indicating copy to clipboard operation
reusingCode copied to clipboard

This POC is intended to demonstrate an approach to reuse the code between React and React Native.

Results 7 reusingCode issues
Sort by recently updated
recently updated
newest added

After receiving the clone, npm install, and npm run start, an error pops up and it does not run. What should I do?

Ive updated all dependencies and fix some issues with config. Can you tell me how to rewrite this one: ```javascript serve: { add: app => { app.use(convert(history())); }, content: commonPaths.entryPath,...

Bumps [node-sass](https://github.com/sass/node-sass) from 4.11.0 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

this project uses one package to host two projects, what if I have already initiated a CRA project and now, I want to share it with a new react-native project?...

Hi I cloned your repo and I atempted to run it but I encountered an error with the babel module. I did only two things in my console: - yarn...