SikarinPoonsawat

Results 9 comments of SikarinPoonsawat

> > > i don't know why doesn't work on iOS 15 , but i changed the requestTrackingPermission call on onPress event in my login button and works fine again....

> Eventually I do the permission request by PermissionsAndroid. > > Before use the camera, check the permission by calling: await this.checkPermission(); > > ``` > async checkPermission( > permissions...

Same here in clean project version `"@invertase/react-native-google-ads": "^2.0.1"` ```javascript import React, { useEffect } from 'react' import { View } from 'react-native' import admob, { MaxAdContentRating } from '@invertase/react-native-google-ads' const...

I found other solution and it work well try this package [react-native-pinchable](https://github.com/oblador/react-native-pinchable) Ex. ```javascript import Pinchable from 'react-native-pinchable' import Carousel from 'react-native-reanimated-carousel' import { Image, useWindowDimensions } from 'react-native' export...

May be another problem, This package still work fine. I just create new project last hour. here my version ```javascript "electron": "^21.2.2", "puppeteer-core": "^19.2.2", "puppeteer-in-electron": "^3.0.5", ``` here my test...

me too I just copy and parse all code from example and try to do what bot say still happended

Try my code I use **AI** to help me create this it not perfect for look like stack card, you can change line `const translateY = index * 0` from...