Skip to content

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.

Notifications You must be signed in to change notification settings

shirakaba/rnobjc

Repository files navigation

rneu2022

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.

Installation

# 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.

About

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.

Resources

Stars

Watchers

Forks