Closed antonkarytski closed 1 year ago
What's RN version in expo-cli 4.12.0? Since README.md
said: @flyskywhy/react-native-gcanva
Only support RN >= 0.62
as described in android/gcanvas_library/build.gradle
to fix More than one file was found with OS independent path 'lib/armeabi-v7a/libfreetype.so'
i tested with 0.64 and 0.66.1
I init bare project with expo@48.0.5
then npm install @flyskywhy/react-native-gcanvas
, everything is OK (only change 33 to 31 android/build.gradle
for my network problem to download android platform 33).
Hello, first of all thanks for you work. It very useful It works fine in some projects that i create before. But if I try to create new project with expo-cli (bare) and then install lib, builds crashes
Steps for reproduce: