Joaquin Bianchi
Joaquin Bianchi
I have this issue as well... any update?
Honestly I don't know if it is ok, but I renamed `UIDatePickerMode` in [RCTDatePickerManager.h](https://github.com/facebook/react-native/blob/9bb7e067471571cb1b85e145d56e573688918f46/React/Views/RCTDatePickerManager.h) and I did the same in [RCTDatePickerManager](https://github.com/facebook/react-native/blob/9bb7e067471571cb1b85e145d56e573688918f46/React/Views/RCTDatePickerManager.m#L19) and the build didn't stop any more... I hope...
Hello, is there a way of including `.easignore` in github actions? I am using aws-amplify as well and my workflow fails because aws-exports is not found, I keep it ignore...
Ohh I see, I suppose webviews does not go through` XHRInterceptor` as well.. I tried fetching from the React Native app and I am able to see those request, but...