Qalqi
Qalqi
Tried without textures by downloading https://models.readyplayer.me/646d9dcdc8a5f5bddbfac913.glb?morphTargets=Oculus%20Visemes&textureChannels=none gltfjsx ./src/models/avatar/models/646d9dcdc8a5f5bddbfac913.glb --transform --types --debug The generated 646d9dcdc8a5f5bddbfac913.tsx giving the following error ` Possible Unhandled Promise Rejection (id: 8): ReferenceError: Property 'Worker' doesn't exist...
Here is sandbox repo for reference - https://github.com/qalqi/sandboxthree
Here is the reference repo working in web - https://github.com/wass08/r3f-lipsync-tutorial https://r3f-lipsync-tutorial.vercel.app/
+1 in react native
Yeah. There are two different databases serving two different purposes under firebase services. 1) Realtime Database ( Currently Not supported with react-firebase-context) 2) Cloud Firestore ( Currently supported with react-firebase-context...
Yep! Looks stuck Tesnet shall be good
How is `react-native-skia-skottie` going? I can contribute in few hours
``` import React from 'react'; import moment from 'moment'; import TimePicker from 'material-ui/TimePicker'; const MUITimePicker = ({ input, defaultValue, meta: { touched, error }, ...other }) => ( {input.onChange(moment(value).format('h:mm a'))}}...