Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to Expo, upgrade react-navigation to v2 and fix defects #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move to Expo, upgrade react-navigation to v2 and fix defects
Andy committed Jun 4, 2018
commit 42216dfc8b2329977e707c0b1766bd86555fbdf1
6 changes: 4 additions & 2 deletions App.js
Original file line number Diff line number Diff line change
@@ -9,15 +9,17 @@ import { Provider } from 'react-redux';
import store from './src/redux/store';
import { createReduxBoundAddListener } from 'react-navigation-redux-helpers';
import AppWithNavigationState from './src/navigators/AppNavigator';
import { StatusBar } from 'react-native';

StatusBar.setBarStyle('light-content', true);
console.disableYellowBox = true;

export default class App extends Component {
render() {
return (
<Provider store={store}>
<AppWithNavigationState listener={createReduxBoundAddListener('root')} />
<AppWithNavigationState />
</Provider>
);
}
}
}
65 changes: 0 additions & 65 deletions android/app/BUCK

This file was deleted.

151 changes: 0 additions & 151 deletions android/app/build.gradle

This file was deleted.

70 changes: 0 additions & 70 deletions android/app/proguard-rules.pro

This file was deleted.

26 changes: 0 additions & 26 deletions android/app/src/main/AndroidManifest.xml

This file was deleted.

Binary file removed android/app/src/main/assets/fonts/Entypo.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/EvilIcons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Feather.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/FontAwesome.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Foundation.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Ionicons.ttf
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/MaterialIcons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Octicons.ttf
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Zocial.ttf
Binary file not shown.
15 changes: 0 additions & 15 deletions android/app/src/main/java/com/airbnbclone/MainActivity.java

This file was deleted.

Loading