Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcallisto/slinky-antd-native-example
https://github.com/mcallisto/slinky-antd-native-example
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcallisto/slinky-antd-native-example
- Owner: mcallisto
- Created: 2019-12-15T14:57:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:59:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T15:45:26.540Z (26 days ago)
- Language: Scala
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slinky antd-native example
Demo of [React Native](https://facebook.github.io/react-native/) components developed by [antd](https://rn.mobile.ant.design/) and coded in [Scala](https://scala-lang.org/) through [Scala.js](https://www.scala-js.org), [Slinky](https://slinky.dev), [ScalablyTyped](https://github.com/oyvindberg/ScalablyTyped) and [Expo](https://expo.io).## Try the demo app
Go to the [app Expo page](https://expo.io/@mcallisto/slinky-antd-native-example).## Requirements
Make sure you have [sbt](https://www.scala-sbt.org) and [yarn](https://yarnpkg.com) installed.### Install the Expo CLI
```sh
$ yarn global add expo-cli
```## How to
### Run in developmentFirst compile your Scala code to JavaScript by running:
```sh
$ sbt fastOptJS
```Then, launch the app with Expo:
```sh
$ expo start
```## Contribute
Help is needed, with the aim of mapping 100% of the antd-native components.
## Acknowledgements
`slinky-antd-native-example` is based on Slinky's [Expo Scala Template](https://github.com/shadaj/expo-template-scala).This demo uses the Scala.js typings developed by Øyvind Raddum Berg, see more demos at [SlinkyDemos](https://github.com/ScalablyTyped/SlinkyDemos).