Skip to content

Commit

Permalink
implemented react navigation with bottom bar
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaysan committed Aug 29, 2021
1 parent e8be8f1 commit d69085e
Show file tree
Hide file tree
Showing 9 changed files with 475 additions and 138 deletions.
3 changes: 2 additions & 1 deletion App.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import React from 'react';
import {SafeAreaView, StyleSheet, Text} from 'react-native';
import {SafeAreaView, StyleSheet, StatusBar} from 'react-native';
import Navigation from './src/navigation/Navigation';
const App = () => {
return (
<SafeAreaView style={styles.main}>
<StatusBar barStyle="light-content" backgroundColor="#169CEE" />
<Navigation />
</SafeAreaView>
);
Expand Down
Loading

0 comments on commit d69085e

Please sign in to comment.