Type Error undefined is not an object (evaluating 'Wu.getRandomValues')

前端 未结 4 1895
傲寒
傲寒 2020-12-21 09:27

This is the code I implemented for adding data to collection:

import FirebaseKeys from \"./config\";
import firebase f         


        
4条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-21 10:15

    Same issue here. I found out that my expo client on android was updated by google play. Latest version use expo sdk 37. I just ran expo update in my project and everything is working again

提交回复
热议问题