We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b68651 commit 590b9f8Copy full SHA for 590b9f8
App.tsx
@@ -6,7 +6,7 @@
6
* https://github.com/emin93/react-native-template-typescript
7
*/
8
9
-import * as React from 'react';
+import React from 'react';
10
import {
11
Platform,
12
StyleSheet,
__tests__/App.tsx
@@ -1,5 +1,5 @@
1
import 'react-native';
2
3
import App from '../App';
4
5
// Note: test renderer must be required after react-native.
0 commit comments