microsoft / TypeScript-React-Native-Starter

A starter template for TypeScript and React Native with a detailed README describing how to use the two together.
MIT License
1.91k stars 210 forks source link

Misstyped path in ./index.*.js files #4

Open apastuhov opened 7 years ago

apastuhov commented 7 years ago

https://github.com/Microsoft/TypeScript-React-Native-Starter#introducing-typescript

Instructions are valid, but code example has an invalid path, so it will not work if you try to react-native run-android

I would ask you to update the path:

./index.android.js

import './lib/index.android';

./index.ios.js

import './lib/index.ios';