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

* **template name** : (re-start) * **template version** : ??? from last month * **react-native version**: 0.55.4 (what came in this repo) * **OS** : Linux Mint * **Platform causing...

Add support for [Carlo](https://github.com/GoogleChromeLabs/carlo) as alternative to Electron.

https://github.com/vincentriemer/react-native-dom It targets the web in the same way as `react-native-web` (used by the current `web` platform), but the build process is similar to the Windows platform by adding a...

Please update `react-native-web` since it is very outdated (1.6.0 now) and provide a Hook or a way to perform platform specific code eg: ``` if(platform==='web') { } else if(platform ==='android'...

I followed the README instructions precisely I believe. Using the latest Xcode 9 in iOS 11 simulator

* **template name** : re-start * **template version** : (0.x.x) * **react-native version**: 0.54.2 * **OS** : osX * **Platform causing error**: (android/ios/web/electron) Any change I make in the App.js...

Set and define all templates to use `re-base` as a dependency so there's no duplicated code, and also would help to create new ones.

In the main web index.js ``` import { Platform, StyleSheet, ReactNative, Text, View } from 'react-native'; .... ReactNative.render(, document.getElementById('root')); ``` is this a bug in the code or Im missing...

Enviroment: * **template version** : (0.x.x) no clue how to find out...the version from yesterday * **react-native-vector-icons**: (4.4.2), * **react-native version**: ("0.50.3) * **OS** : Linux * **Platform causing error**:...