react-native-navigation-typescript-layout

install node_modules:

yarn

run android:

yarn run:android

run ios:

yarn run:ios
// or
yarn run:ios8
// or
yarn run:ios5s 

Made by following instructions.