airbnb / airbnb/native-navigation

How to make it work with create-react-native-app?

Open
#49 13 comments 11 reactions 0 assignees View on GitHub
question
Dominant language
Java
Stars
3.1k
Forks
173
PR merge metrics
No merged PRs in 30d

Description

In `create-react-native-app` entry file looks like:

```
import React from 'react';
import { StyleSheet, Text, View } from 'react-native';

export default class App extends React.Component {
render() {
return (

Open up App.js to start working on your app!
Changes you make will automatically reload.

);
}
}

const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
},
});
```

There is no `AppRegistry.registerComponent('MyNewProject', () => MyNewProject);` that could be replaced with `Navigator.registerScreen('Home', () => MyNewProject);` (http://airbnb.io/native-navigation/docs/installation.html)

Contributor guide

Open the contributing guide

Research direction

Start with the create-react-native-app entry file shown in the issue and compare it with the native-navigation installation guidance. Determine the supported integration path and what project entry point must be registered; done means the compatibility question is answered with a reproducible setup or documented limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native
Domain
mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.