aureosouza
aureosouza
### Expected Behavior Android should work the same way as iOS ### Actual Behavior Android is **not** moving on `centerViewToAnimated`, iOS works normally. Using `moveViewToX` in Android as a workaround....
We noticed that the documentation for [Android](https://github.com/MicrosoftDocs/appcenter-docs/blob/10cf5264f83015c2c5cf7f320f7ea2eca23f6334/docs/sdk/getting-started/android.md) and [iOS](https://github.com/MicrosoftDocs/appcenter-docs/blob/10cf5264f83015c2c5cf7f320f7ea2eca23f6334/docs/sdk/getting-started/ios.md) presents the possibilty of starting the services calling `start` functions that accept the `appSecret` as an argument. But this is not...
Getting error when running `pod install`, it seems autolinking is not working. Tried already all cache reseting possibilities: rm -rf /ios/Podfile.lock && && rm -rf /ios/Pods && rm -rf ~/Library/Caches/CocoaPods...
### Description We have a simple Animated FlatList that occupies 30% of the UI initally and lies above a View below. User can drag this list from below all the...
### Description In IOS the TextInput component does not update properly the style when copy and pasted string is bigger then `maxLength`, issue does not happen on Android. In the...
@helenaford based on discussions from [here](https://github.com/invertase/notifee/issues/393#issuecomment-1120260319) and using similar solution as [here](https://github.com/firebase/firebase-android-sdk/pull/3492/files). we are trying to fetch the custom `data` on Android overriding the `handleIntent` method from `ReactNativeFirebaseMessagingService` (react-native-firebase). As...
Fixes: https://github.com/invertase/notifee/issues/1081 This fix avoids the need of sending a second data-only notification, in a similar behavior as iOS. More info on firebase data payload [here](https://firebase.google.com/docs/cloud-messaging/concept-options). Based on discussions from...