Çağrı

Results 3 issues of Çağrı

I am trying to use react-native-hms-location package but when i try to build my app i am getting this error: compileSdkVersion is not specified. Please add it to build.gradle I...

Whichever method I use, I get this error. My react native version is 0.71.6 This is my example code: ``` const client = new Twitter({ consumer_key: "my consumer key", consumer_secret:...

When i try to run very basic example given in the readme doc, i am facing invalid hook call error. My code is: ``` import { useEffect } from "react";...