scalajs-react-interface / sri

Apache License 2.0
151 stars 8 forks source link

UIManager lacks its methods #12

Open akiradeveloper opened 6 years ago

akiradeveloper commented 6 years ago

I want to use LayoutAnimation but found that UIManager isn't implemented.

https://github.com/scalajs-react-interface/universal/blob/master/src/main/scala/sri/universal/apis/UIManager.scala

But I don't have ideas on how to implement mapping because the code isn't Scala-way.

https://facebook.github.io/react-native/docs/0.46/layoutanimation.html

Do you have an idea?