Skip to content

App to demonstrate how to link a swift-based native module

License

Notifications You must be signed in to change notification settings

rhdeck/react-native-swift-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-swift-demo-app

I was going to post the react native project for this, but it's actually pretty simple.

react-native init [projectname]
cd [projectname]
Copy the App.js from this repository into your project directory. 
npm install --save rhdeck/react-native-swift-demo-module
npm install --save react-native-swift
npm install 
react-native link

Done! To Test:

react-native run-ios

Get a Hell Yeah!

Check out the debugger for the console log output of the sample module doing its thing.

About

App to demonstrate how to link a swift-based native module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published