-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Description
Environment
- Android
- Use TypeScript
Description
When I changed App.tsx
,the HMR report an error.
Reproducible Demo
RN official demo:
index.js
import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);
Metadata
Metadata
Assignees
Labels
No labels