Sri (Scala React interface) is a scalajs library to build truly native cross platform (mobile (ios and android) and web) applications. It is based on reactjs and react-native, so you must be familiar with them in order to use this library.
Use this module to build iOS/Android mobile applications:
libraryDependencies += "com.github.chandu0101" %%% "sri-mobile" % "0.7.1"
Use this module to build browser based applications:
libraryDependencies += "com.github.chandu0101" %%% "sri-web" % "0.7.1"
Projects that are using Sri in production