fix: Handle iOS scheme with space (#150) * fix: handle scheme with space * ci: specify node version * ci: try node 16 * fix: test on iPhone 14 * Revert "fix: test on iPhone 14" This reverts commit d5cc3d495a0373ee0e222786cafe53097a58264a. * chore: add changeset
fix: RN 70+ and Expo support (#145) * chore: update to RN 0.70.3 * feat: support new JSX runtime * fix: Patch jsx on React 18 + * chore: remove comment regarding version support * chore: test on Expo * chore: lint * chore: lint * ci: add demo Expo Add action * ci: run expo prebuild * ci: use Expo action * ci: expo prebuild * ci: expo build * ci: expo prebuild * ci: expo prebuild * ci: test expo * ci: trying to get expo ci working * ci: disable Expo example tests for now
chore: update example RN version (#121) * chore: update to RN 0.67.4 * chore: update RN to 0.68.3 * chore: Update RN to 0.69.5 * fix: fix issue in native Owl module * fix: correct the files that are included in the built package * fix: allow more time for the reload method to work * fix: use a locally yalc published package to avoid peerDep issue with link/file * chore: enable CI Android test * chore: update podfile.lock * chore: update package lockfile * ci: setup yalc deps on install * ci: update pod version * ci: use npx for yalc * ci: use Java 11 * ci: use Android API 31 * ci: use setup-android * ci: run on macos-12 * ci: add Java distribution * ci: use Android API 30 for Emulator * ci: manually setup emulator * ci: try setup-android-tools * ci: change Java distro * ci: change Java setup * ci: Android setup testing * ci: use Java 8 * ci: use Java 11 * ci: revert all changes * chore: remove unneeded compileOptions * chore: update peer deps * fix: correct the peerDeps * types: improve types * chore: simplify dev setup by removing yalc * docs: add note about React Native version support
Doc upgrades (#175) * upgrade to docusaurus to 3.1.1, ts to 5.2.2, and react to 18.0.0. plus required adjustments. * upgrade docusaurus to 3.2.1 * fix features background in dark mode * fix broken link * Nuke lockfile * Trigger CI * Remove vercel specific configs --------- Co-authored-by: Christy Presler <cpresler@users.noreply.github.com> Co-authored-by: Charlie Brown <carbonrobot@gmail.com>
fix: RN 70+ and Expo support (#145) * chore: update to RN 0.70.3 * feat: support new JSX runtime * fix: Patch jsx on React 18 + * chore: remove comment regarding version support * chore: test on Expo * chore: lint * chore: lint * ci: add demo Expo Add action * ci: run expo prebuild * ci: use Expo action * ci: expo prebuild * ci: expo build * ci: expo prebuild * ci: expo prebuild * ci: test expo * ci: trying to get expo ci working * ci: disable Expo example tests for now