Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 560 Bytes

File metadata and controls

27 lines (17 loc) · 560 Bytes

#Dart wrapper library for facebook/react-native

Forked from cleandart/react-dart.

##Development In Progress

Currently supported components:

  • Text
  • View

Currently supported APIs:

  • StyleSheet

Check out a simple sample app in examples/SampleApp.

To get the example up and running:

$ pub build example/SampleApp/dart
$ cd example/SampleApp
$ npm install
$ open SampleApp.xcodeproj # This should open the project in Xcode

Then run the project from Xcode.