Skip to content

Commit

Permalink
Update folders structure
Browse files Browse the repository at this point in the history
  • Loading branch information
bemog authored Sep 16, 2021
1 parent 9eecbdd commit 485dbc4
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/App.tsx → App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import {StatusBar} from 'react-native';
import {NavigationContainer} from '@react-navigation/native';

import BottomTabNavigation from './navigation/BottomTabNavigation';
import BottomTabNavigation from './src/navigation/BottomTabNavigation';

const App = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

import {AppRegistry} from 'react-native';
import App from './app/App';
import App from './App';
import {name as appName} from './app.json';

AppRegistry.registerComponent(appName, () => App);
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 485dbc4

Please sign in to comment.