compile works with JDK 17 and we have access to microphone
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
import {AppRegistry} from 'react-native';
|
||||
import App from './App';
|
||||
import VoiceHandler from './VoiceHandler';
|
||||
import {name as appName} from './app.json';
|
||||
|
||||
AppRegistry.registerComponent(appName, () => App);
|
||||
// AppRegistry.registerComponent(appName, () => App);
|
||||
AppRegistry.registerComponent(appName, () => VoiceHandler);
|
||||
|
Reference in New Issue
Block a user