mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2024-12-02 23:35:02 +03:00
Elm native allows elm developers to build mobile application using NativeScript
.github | ||
.vscode | ||
app | ||
App_Resources | ||
elm-native | ||
elm-native-js | ||
.editorconfig | ||
.gitignore | ||
elm-code-wrap-loader.js | ||
elm.json | ||
nativescript.config.ts | ||
package.json | ||
README.md | ||
references.d.ts | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
Elm Native
Build mobile apps with elm using NativeScript
elm/http
works with this!
TODO
- Write docs for attributes
- Convert raw js into rescript
- Build a starter template with elm support with bindings pre-installed
- Extract and publish elm-native in elm and elm-native-js in npm/yarn
- Support animations
- Support cubicBezier
- Split project into different modules, publish library in elm and npm
- Use taskport to build typesafe nativescipt api calls.