Repo for the code behind my React Native EU 2022 talk, "How to access all the Objective‑C APIs using JSI". A cleaner version of shirakaba/react-native-native-runtime.
# Install npm dependencies
yarn install
# Install native dependencies
cd ios
pod install
# Open the Xcode workspace
open rnobjc.xcworkspace
# Now run the main target on your device of choice.