Skip to content

Commit 4b80354

Browse files
committed
Add axios dependency and update file paths
1 parent ffab360 commit 4b80354

File tree

10 files changed

+13253
-1042
lines changed

10 files changed

+13253
-1042
lines changed

App.tsx

-118
This file was deleted.

__tests__/App.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import 'react-native';
66
import React from 'react';
7-
import App from '../App';
7+
import App from '../src/App';
88

99
// Note: import explicitly to use the types shipped with jest.
1010
import {it} from '@jest/globals';

index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @format
33
*/
44

5-
import {AppRegistry} from 'react-native';
6-
import App from './App';
7-
import {name as appName} from './app.json';
5+
import { AppRegistry } from 'react-native';
6+
import App from './src/App';
7+
import { name as appName } from './app.json';
88

99
AppRegistry.registerComponent(appName, () => App);

0 commit comments

Comments
 (0)