inProgress-team / inProgress-team/react-native-meteor

Element type is invalid: expected a string (for built-in components) on react-native

Open
#201 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
688
Forks
200
PR merge metrics
No merged PRs in 30d

Description

```
import React from 'react'
import { Text, View, ScrollView, AppRegistry, } from 'react-native'
import { Link, nativeHistory, Route, Router, withRouter, StackRoute, } from 'react-router-native'

const Master = (props) => (

{props.children}

)

const Home = () => {
const Menu = ({ page,text }) => (



)

return (







)
}

const MenuPage = withRouter((props) => {
const { routeParams } = props
const page = routeParams.page
const text = routeParams.text

return(
This will be {text}
)
})

const routes = (






)

AppRegistry.registerComponent('Last', () => routes)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.