Skip to content

NOT REMOTELY PRODUCTION READY experiment with Elm and `react-native`.

License

Notifications You must be signed in to change notification settings

tetriscode/elm-native

 
 

Repository files navigation

Elm Native

Experimental support for writing React Native powered mobile applications in the Elm language.

Is This Production Ready?

Just to make it totally clear: No.

To Do

  • Basic PoC
    • Show something from Elm
    • Make basic VTree work
    • Add some kind of event handlers
  • Styles
    • Basic types for styles
    • Support object type styles - transform styles and shadowOffset
    • Make enum type styles safer - currently all Strings
    • Allow the StyleSheet.create method for styles
  • Props
    • Improve event handlers - currently uses event handler ids
    • Support props besides styles and event handlers
    • Unify syntax for styles, handlers and other props

License

BSD (3-clause)

About

NOT REMOTELY PRODUCTION READY experiment with Elm and `react-native`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • Elm 3.8%
  • Objective-C 1.7%
  • Java 0.8%