Jacint Varga
Jacint Varga
- [x] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I have...
### Description Basically, whenever we go from landscape screen to portrait one, the portrait one exhibits an ugly rotation from landscape view to correct portrait position. https://user-images.githubusercontent.com/11645756/199097249-69ba8800-013f-44bc-b28b-37833c5b8a87.mp4 [This issue ](https://github.com/react-navigation/react-navigation/issues/10966)perfectly...
### What happened? I have observed that even after explicitly setting the parameter to `false` in the method call `OneSignal.Notifications.requestPermission(false);`, iOS still presents a fallback alert. Additionally, the function returns...
The `react-native-url-polyfill` is not needed in Expo anymore since SDK 50 (the latest SDK is 51). You can read more about it here: https://docs.expo.dev/versions/unversioned/sdk/url/ ## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md)...
### Description of the bug Using the continuous-deploy-fingerprint GitHub Action produces different hash for builds and updates. Moreover, introducing **js only changes** in the code creates a new EAS build...
### Summary This PR aims to improve the fingerprint action readme by including the missing 'inputs' documentation. The following inputs are missing from the documentation: `previous-git-commit`, `current-git-commit` and `saving-db-branch`