classpass-bridging-workshop

Slides & sample app for bridging native modules & UI components workshop at Classpass 💪

Stars
5

classpass-bridging-workshop

Slides & sample app for bridging native modules & UI components workshop at Classpass

If you have any questions about the material covered today, please feel free to reach out to me on Twitter.

Slides

View the slides here.

To run them locally, cd ClasspassSlides && yarn && npm start

Sample App

To run the app, cd ClasspassWorkshopApp && yarn and run react-native run-ios or react-native run-android depending on the platform.

react-native-create-bridge

Check out the CLI that we used to create our templates for bridging native modules & UI components here!

Resources

I gave a talk at Chain React on "Breaking Down React Native Bridging." Watch it here!

Here are some tutorials & references for further reading:

React Native Internals

Tutorials

Building a React Native OSS library

MessageQueue