mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2025-01-06 03:54:33 +03:00
added blank lines
added edge case comment
This commit is contained in:
parent
b9a596eb04
commit
68bb47f14a
@ -3,14 +3,16 @@
|
||||
Build mobile apps with elm using NativeScript API. `elm/http` works with this library as well!
|
||||
|
||||
We can build simple apps like counter
|
||||
|
||||
![Counter](./doc/counter.gif)
|
||||
|
||||
or something like a blog
|
||||
|
||||
![Counter](./doc/blog.gif)
|
||||
|
||||
or even complex app with page transitions, modals, dialog, and much more!
|
||||
![Car details](./doc/car.gif)
|
||||
|
||||
![Car details](./doc/car.gif)
|
||||
|
||||
## TODO
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
type rootLayout
|
||||
|
||||
module AnimationCurve = {
|
||||
/* This function returns an object, but for simplicity we will say it returns string */
|
||||
type animationCurve = {cubicBezier: (. float, float, float, float) => string}
|
||||
|
||||
%%private(
|
||||
|
Loading…
Reference in New Issue
Block a user