cipolleschi / TestLibs

Repository to Test React Native Libs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up the Repro

  1. Clone this repository, then run the following commands:
yarn install
cd ios
bundle install
RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
cd ..
git apply patches/react-native-safe-area-context.patch
open ios/TestLibs.xcworkspace
yarn start

In Xcode, open the AppDelegate and enable BridgelessMode.

Run from Xcode

About

Repository to Test React Native Libs


Languages

Language:TypeScript 28.7%Language:Kotlin 22.1%Language:Objective-C 20.8%Language:Ruby 13.5%Language:Objective-C++ 7.7%Language:JavaScript 7.2%