chunghe

Results 6 comments of chunghe

Could you expand Libraries -> Core.xcodeproj -> Frameworks to see if there's any .framework there? I've encountered the same issue and suspect that's the root cause.

Haven't figure it out yet. Hope somebody here could help.

@alexmngn try to see if this works for you #35

I feel your pain, here's the step-by-step guide for your reference: https://github.com/awslabs/aws-sdk-react-native/issues/35

@alexmngn `identity_pool_id` and `region` should look like this: ``` let identity_pool_id = 'ap-northeast-1:b5d7410a-113e-4dcd-ace5-fc5be54771f9' let region = 'ap-northeast-1'; ``` there will be an error message if identity_pool_id format not correct ```...

We're using expo(v50.0.17) + react-native-vision-camera(v4.0.1), here's our result: 1. do nothing: after upload to app connect, will receive an email about "NSLocationWhenInUseUsageDescription" privacy not explaining clearly 2. add `enableLocation: false`...