react-native-web-starter icon indicating copy to clipboard operation
react-native-web-starter copied to clipboard

Starter for a React Native for Web project (RN4Web)

Results 15 react-native-web-starter issues
Sort by recently updated
recently updated
newest added

![screen shot 2018-02-26 at 12 53 45 pm](https://user-images.githubusercontent.com/10234615/36657846-23e659f8-1af4-11e8-8bff-709fa241dea3.png)

Given code in `src/stories/Touchable.js`: ```javascript import React from 'react'; import { storiesOf, action } from '@kadira/storybook'; import { Text } from 'react-native'; import { Touchable } from '../components/Touchable'; storiesOf('Touchable', module)...

This will bring webpack2! And there is a nice migration guideline: https://github.com/storybooks/storybook/blob/master/MIGRATION.md

Hi, I tried to run the storybook, but got errors below: ``` ERROR in ./web/.storybook/config.js Module build failed: Error: Couldn't find preset "stage-2" relative to directory "...." ``` Has anyone...

Could you add support for instant usability with iOS/Android? And keep it all in one folder? I don't like having to setup all these folders and files myself just to...

There is no way to add flow to any react-native-web project. The message shown is the following: ``` import ReactNative from "react-native"; ^^^^^^^^^^^^^^ react-native. Required module not found ```

enhancement
help wanted

I love `@providesModule`. It's making the development of a react-native app way more enjoyable not having to bother too much with relative path.

enhancement

steps to reproduce 1. `git clone https://github.com/grabcode/react-native-web-starter.git projectname` 1. `cd projectname` 1. `npm i` 1. `npm run storybook` Console Errors: `ERROR in ./web/.storybook/config.js Module build failed: Error: Couldn't find preset...