Once setup is completed. Copy the code below to index.android.js or to index.ios.js file to use the props.
import React, { Component } from 'react';
import { AppRegistry, Text, View } from 'react-native';
class Greeting extends Component {
render() {
return (
<Text>Hello {t...