David Leuliette

Results 104 comments of David Leuliette

Thanks for the feedback @byCedric I successfully migrated `Camera` and `Location` permissions with your hook!

@byCedric Thanks I will have a look 🚀

Hi @ZaynJarvis Can you provide a screenshot or an online example? Because it seems quite difficult to debug the problem 😅

Thanks! This one is on hold for now ![image](https://user-images.githubusercontent.com/360936/149360100-82a102e5-4c62-4323-aab4-142b0b897fdf.png) it's not fully released https://github.com/tannerlinsley/react-query/releases

I got the same issue on `macOS` I run my script with ```console python3 app.py ``` ```console 2021-06-08 11:40:15,926 [INFO] Base - Searching for app id Traceback (most recent call...

Confirmed on iOS with Expo. I have no issue with ```json "dependencies": { "react-native": "0.69.4", "react-native-maps": "0.31.1", } ``` ```javascript const initialRegion = { latitude: 37.78825, longitude: -122.4324, latitudeDelta: 0.0922,...

This thing is weird 1. I updated Xcode on my laptop, and got iOS 16+ now 2. I created a small project 3. bumped to ``` "react-native": "0.69.5", "react-native-maps": "^1.3.2",...

Same here, I am trying to bump to RN 0.59+ with branch 3.0.0, but I have this error: ``` ❌ node_modules/react-native-branch/ios/BranchLinkProperties+RNBranch.h:9:9: 'Branch/Branch.h' file not found #import ``` And if I...

@micahgodbolt placeholer are technicaly correct _but_ for real life example they are not the best. https://www.smashingmagazine.com/2018/06/placeholder-attribute/ I think @7mary4 wanted to add the classic `label + input` combo.