Roberto Negro
Roberto Negro
## Motivation (required) I've changed the target sdk version to 33 (Tiramisu) on my RN app, but during the build, gradle complains about the unreported IOException caused by MediaMetadataRetriever.release(). The...
Hello, I've changed some stuff in the package: 1. Now we have Nova 4, so I've changed the version to `^3.0` instead of `>=3`. This is because I don't think...
We're currently implementing Branch.io in our app, but we've encountered some problems in the deferred deep linking on iOS. In general, Branch.io links are working well on Android, both for...
Resolves #72 In React Native 0.65.0 they removed jcenter() from the repositories in the android/build.gradle (proof: https://react-native-community.github.io/upgrade-helper/?from=0.64.2&to=0.65.0). They removed it because jcenter is no more active, but it's reachable as...
## Information - react-native version: 0.66.3 - react-navigation version: 6.0.6 - react-navigation-collapsible version: 6.3.0 - Platform (iOS/Android): iOS - react-native init or Expo: init ## Detail On iOS (iPhone 13...
Hello, me and my team we're trying to understand how to choose the optimal number of hidden factor. For what we've found, the goal is to maximize the TC (Total...
Hello, As in #178 , #188 , #353 , the `append` action has a major problem when using regexp special characters in the template and when `unique` is set to...