expo-av and react-native-track-player use incompatibile versione of exoplayer - react-native

I use expo for my app, all work fine in sdk 44 except a few bugs, to resolve that bugs I need to upgrade to sdk 45, now the problem is that in sdk 45 expo-av use an exoplayer versione incompatible with react-native-track-player.
Is it possible to downgrade expo-av to the version used in sdk 44? I've tried to do that by disinstalling and reainstallinge expo-av 10.2.1 with yarn, but the eas build fails with the following error: Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.4.1.
Anyone may help me to solve this compatibilitt issue?

Related

error after upgarade "react-native" "^0.70.1",

after updating react native 0.64.3 npx react-native run-android app installing with icon but suddenly got this error and a white blank screen
: Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors
.gradle/caches/transforms-2/files-2.1/40340d0266c697f483e4d8d82154afae/jetified-kotlin-stdlib-1.6.10.jar!/META-INF/kotlin-stdlib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.1.15.
/.gradle/caches/transforms-2/files-2.1/6e559baadda92a2bf6e59daa069e5722/jetified-react-native-0.70.1-debug-api.jar!/META-INF/ReactAndroid_debug.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.1.15.
.gradle/caches/transforms-2/files-2.1/bbe64d757289d178f000992f4ab3090b/jetified-kotlin-stdlib-jdk8-1.6.10.jar!/META-INF/kotlin-stdlib-jdk8.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.1.15.
👋🏽
There is a problem with metadata for android.
Follow the upgrade helper from react-native wiki.
https://react-native-community.github.io/upgrade-helper/?from=0.64.3&to=0.70.1

Trying to run react-native cli on High Sierra 10.13.6

Here are the versions I am using:
react-native-cli: 2.0.1
react-native: 0.64.0
Xcode 10.1
cocoapods version: 1.10.1
I keep getting this error whenever I run react-native run-ios
BUILD FAILED
The following build commands failed:
CompileC /Users/matthewharrison/Library/Developer/Xcode/DerivedData/LiveApp2-amxfqqouedceorcarxmrstlitata/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper-Folly.build/Objects-normal/x86_64/VirtualEventBase.o /Users/matthewharrison/Desktop/dev/LiveApp2/ios/Pods/Flipper-Folly/folly/io/async/VirtualEventBase.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Is there something that I am missing? I have done everything I have seen on here with this error. Now I am starting to think it has something to do with my environment. Am I wrong for thinking that? Has anyone successfully ran the current version of react native on High Sierra?
PLEASE HELP!
You are using react-native version 0.64
In react-native version 0.64, you are required to use XCode 12
see this official announcement https://reactnative.dev/blog/2021/03/12/version-0.64#major-dependency-version-changes
Major Dependency Version Changes
- Dropped Android API levels 16-20.
The Facebook app consistently drops support for Android versions with sufficiently low usage.
As the Facebook app no longer supports these versions and is React Native’s main testing surface, React Native is dropping support as well.
- Xcode 12 and CocoaPods 1.10 are required
- Minimum Node support bumped from 10 to Node 12
- Flipper bumped to 0.75.1

how to downgrade the react native version from 0.60.4 to 0.59

I'm working on a react-native project of version 0.60.4. a third party module(react-native-webrtc) is not supported for that version so I trying to downgrade the react-native version.
I tried that by simply changing the package on react-native in package.json.then getting an error given below.
Build input file cannot be found: 'XXXXXX/node_modules/react-native/ReactCommon/jsi/jsi/jsi.cpp'

which version of android is compatable with native admob?

my ionic version is 4.12.0
and android version is android 6.3.0
i try many diffrents version of android with native admob but not working
i change to andoid ver 7.0 apk built but when run my app its crash
in android ver 6.3.0 failed to build apk
error: RNAdMobRewardedVideoAdModule is not abstract and does not override abstract method onRewardedVideoCompleted() in RewardedVideoAdListener
help me with correct version of android or ionic that work with native admob or old ver of native admob

Found incompatible Titanium Modules: ti.map , version: 2.0.4

My situation
Apple SDK 7.1
Simulator version 7.1
Titanium SDK 3.3.0G.A
xCode 5.1
Titanium Studio, build: 3.4.0.201409261227
CLI version 3.4.0
Problem with ti.map modules : I try to start the app but I get this error :
I do not understand why now give me this error, I've uploaded an update of my app with the same configuration and I have not had any problems
the ti.map modules requires Titanium SDK > 3.2.0 and xCode > 5
I think you have been hit by an "auto" update.... John Jardin has described a similar issue here: http://johnjardin.ukuvuma.co.za/2014/10/03/appcelerator-fix-ti-map-ios-upgrading-titanium-3-4-0/
Please let me know if it solves your issue?
/John