-
Notifications
You must be signed in to change notification settings - Fork 1
feat(react-native): sample app & voice transcription #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
packages/react-native-sdk/android/src/main/jni/AiComponentsReactNative.cpp
Show resolved
Hide resolved
b62954b to
f66ddc8
Compare
This PR looks larger than it actually is because of the introduction of the RN sample app in the repo. Realistically, it's whatever the app's
App.tsxfile contains and then everything withinpackages/react-native-sdk.Everything else does not need to be reviewed and was generated with
create-react-native-app(with slight modifications for known issues as well as library installations).In addition, it also includes:
TODO:
useDictationup a bit