An open API service indexing awesome lists of open source software.

https://github.com/scommons/scommons-examples-mobile

Example applications that uses Scala Commons react-native components/modules
https://github.com/scommons/scommons-examples-mobile

expo mobile react-js react-native react-test-renderer reactjs reactnative scala scala-js scalajs

Last synced: 3 months ago
JSON representation

Example applications that uses Scala Commons react-native components/modules

Awesome Lists containing this project

README

        

[![CI](https://github.com/scommons/scommons-examples-mobile/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/scommons/scommons-examples-mobile/actions/workflows/ci.yml?query=workflow%3Aci+branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/github/scommons/scommons-examples-mobile/badge.svg?branch=master)](https://coveralls.io/github/scommons/scommons-examples-mobile?branch=master)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.8.0.svg)](https://www.scala-js.org)

## scommons-examples-mobile
Example applications that uses [Scala Commons](https://scommons.github.io/) `react-native` components/modules.

#### How to Build

To build and run tests use the following command:
```bash
sbt test
```

## Examples

[TodoApp](todos/expo) | [StarWarsApp](starwars/app)
--- | ---
![TodoApp](docs/images/TodoApp.png) | ![StarWarsApp](docs/images/StarWarsApp.png)