Add import React to App.tsx

Paper seemed to complain about it for some reason.
I thought one of the parts of using Hermes meant
I didn't need to import React?
This commit is contained in:
Brandon Presley 2022-11-01 19:59:48 +13:00
parent 83852b3216
commit 0a2e0086b3
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import {
} from '@react-navigation/native'
import {useEffect, useMemo, useState} from 'react'
import {DeviceEventEmitter, useColorScheme} from 'react-native'
import React from 'react'
import {
DarkTheme as PaperDarkTheme,
DefaultTheme as PaperDefaultTheme,