/react-dart-native

Dart wrapper for React Native

Primary LanguageDartBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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