2.0.1 • Published 2 years ago

@qlik/react-native-helium v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@qlik/react-native-helium

Skia base JSI renderer for Picasso and Nebula

Building SKIA

  1. clone skia
  2. cd skia
  3. python tools/git-sync-deps
  4. generate the build command by choosing which platform listed below
  5. ninja -C whereever your outdir is

Android

bin/gn gen out/arm64 --args='target_os="android" target_cpu="arm64" skia_use_icu=false skia_use_piex=true skia_use_sfntly=false skia_use_system_expat=false skia_use_system_libjpeg_turbo=false skia_use_system_libpng=false skia_use_system_libwebp=false skia_use_system_zlib=false skia_enable_tools=false is_official_build=true skia_enable_skottie=false is_debug=false skia_enable_pdf=false skia_enable_flutter_defines=true paragraph_tests_enabled=false is_component_build=false ndk="/Users/vel/Library/Android/sdk/ndk/21.4.7075529" skia_use_system_freetype2=false skia_use_gl=true cc="clang" cxx="clang++"'

iOS

Device

run xcrun --sdk iphoneos --show-sdk-path to get path to sdk

bin/gn gen out/ios64 --args='target_os="ios" target_cpu="arm64" skia_use_icu=false
skia_use_piex=true
skia_use_sfntly=false
skia_use_system_expat=false
skia_use_system_libjpeg_turbo=false
skia_use_system_libpng=false
skia_use_system_libwebp=false
skia_use_system_zlib=false
skia_enable_tools=false
is_official_build=true
skia_enable_skottie=false
is_debug=false
skia_enable_pdf=false
skia_enable_flutter_defines=true
paragraph_tests_enabled=false
is_component_build=false
skia_use_metal=true
skia_use_gl=true
cc="clang"
cxx="clang++"
ios_min_target="11.0"
xcode_sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk"
extra_ldflags=["--sysroot='/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk'"]
extra_cflags=["-DSKIA_C_DLL", "-DHAVE_ARC4RANDOM_BUF", "-target", "arm64-apple-ios", "-fembed-bitcode"]
'

Sim

run xcrun --sdk iphonesimulator --show-sdk-path to get path to sdk

bin/gn gen out/iosSim --args='target_os="ios" target_cpu="x64" skia_use_icu=false
skia_use_piex=true
skia_use_sfntly=false
skia_use_system_expat=false
skia_use_system_libjpeg_turbo=false
skia_use_system_libpng=false
skia_use_system_libwebp=false
skia_use_system_zlib=false
skia_enable_tools=false
is_official_build=true
skia_enable_skottie=false
is_debug=false
skia_enable_pdf=false
skia_enable_flutter_defines=true
paragraph_tests_enabled=false
is_component_build=false
skia_use_metal=true
skia_use_gl=true
cc="clang"
cxx="clang++"
ios_min_target="11.0"
xcode_sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk"
extra_ldflags=["--sysroot='/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk'"]
extra_cflags=["-DSKIA_C_DLL", "-DHAVE_ARC4RANDOM_BUF", "-target", "arm64-apple-ios-simulator"]
'

Build framework

xcodebuild -create-xcframework -library ios64/libskia.a -headers iosheaders -library iosSim/libskia.a -headers iosheaders -output framework/skia.xcframework

where iosheaders has a copy of the skia/include folder

License

MIT

2.0.1

2 years ago

2.0.0

2 years ago

1.3.0

2 years ago

2.0.0-alpha.1

2 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.12

3 years ago

1.2.13

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.16

3 years ago

1.2.14

3 years ago

1.2.15

3 years ago

1.2.9

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.0-alpha.33

3 years ago

1.1.0-alpha.31

3 years ago

1.1.0-alpha.37

3 years ago

1.1.0-alpha.36

3 years ago

1.1.0-alpha.35

3 years ago

1.1.0-alpha.34

3 years ago

1.1.0-alpha.38

3 years ago

1.1.0-alpha.30

3 years ago

1.1.0-alpha.15

3 years ago

1.1.0-alpha.19

3 years ago

1.1.0-alpha.18

3 years ago

1.1.0-alpha.17

3 years ago

1.1.0-alpha.16

3 years ago

1.1.0-alpha.22

3 years ago

1.1.0-alpha.21

3 years ago

1.1.0-alpha.20

3 years ago

1.1.0-alpha.26

3 years ago

1.1.0-alpha.25

3 years ago

1.1.0-alpha.24

3 years ago

1.1.0-alpha.23

3 years ago

1.1.0-alpha.29

3 years ago

1.1.0-alpha.28

3 years ago

1.1.0-alpha.27

3 years ago

1.1.0-alpha.14

3 years ago

1.1.0-alpha.13

3 years ago

1.1.0-alpha.12

3 years ago

1.1.0-alpha.11

3 years ago

1.1.0-alpha.10

3 years ago

1.1.0-alpha.9

3 years ago

1.1.0-alpha.8

3 years ago

1.1.0-alpha.7

3 years ago

1.1.0-alpha.6

3 years ago

1.1.0-alpha.5

3 years ago

1.1.0-alpha.4

3 years ago

1.1.0-alpha.3

3 years ago

1.1.0-alpha.2

3 years ago

1.1.0-alpha.1

3 years ago

1.0.2-alpha.9

3 years ago

1.0.2-alpha.8

3 years ago

1.0.2-alpha.7

3 years ago

1.0.2-alpha.6

3 years ago

1.0.2-alpha.5

3 years ago

1.0.2-alpha.4

3 years ago

1.0.2-alpha.3

3 years ago