re-start icon indicating copy to clipboard operation
re-start copied to clipboard

react-native template to target multiple platforms :globe_with_meridians: :iphone: :computer: with single codebase.

Results 38 re-start issues
Sort by recently updated
recently updated
newest added

Now that we are going to have support for React16 and usage of `react-scripts`, I think it would be a good moment to modularize and stabilice the project. My propose...

You have the UMP platform supported but there is also a great library for adding native MacOS support that would be awesome to be included. https://github.com/ptmt/react-native-macos

``` npm WARN [email protected] requires a peer of react@^15 but none was installed. npm WARN [email protected] requires a peer of react@^15 but none was installed. npm WARN [email protected] requires a...

Just came across with the addDevDependencies script. Great way to solve the issue that RN templates aren't supporting devDependencies right now. Other open source templates(including the one I'm working on...

Add re-start as dependency on the template so it can be able to find updates on the template itself. This would allow to add a script that updates the dependencies...

Template dependencies are in separated files, so greenkeeper can't control them. I propose to add them as dependencies or devDependencies so they can be check and updated automatically, and later...

Add support for OSX desktop applications with [React Native MacOS](https://github.com/ptmt/react-native-macos).