sri icon indicating copy to clipboard operation
sri copied to clipboard

Results 7 sri issues
Sort by recently updated
recently updated
newest added

After following the steps shown in the docs here: https://github.com/scalajs-react-interface/sri/blob/master/docs/GettingStarted.md#native-mobile-app It ends with this error: ```bash $ yarn start yarn run v1.21.1 $ react-native start server --transformer scalajsTransformer.js Looks like...

The lack of sbt 1.x support means you cannot use this in a multi-project build, unless the whole project is on older sbt.

## Discussion The article below discusses lots of aspects of Semantic Versioning. From the perspective of automation, it seems clear to me that it's the way to go: there are...

meta

React-native now uses a single `index.js`, instead of `index.android.js` and `index.ios.js`. Conditionals like `if (SriPlatform.isAndroid)` produces different code for `android:dev` and `ios:dev` tasks. This makes it hard to use a...

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

This doesn't end with a working project (but then again, I don't really know what I'm doing! :) sbt new scalajs-react-interface/mobile.g8 # name it sample2 cd sample2 react-native init sample2...

https://github.com/scalajs-react-interface/sri/blob/master/docs/SriModules.md If you ran into issues with any of sri modules then create an [issue](https://github.com/scalajs-react-interface/discuss/issues/new) and ping corresponding maintainers from below table. | Module | Maintainers | |------------------|------------------------| | Core...

meta