mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2024-12-03 18:25:00 +03:00
changed library name
This commit is contained in:
parent
6ef42a7b0f
commit
f2dc78a3c3
@ -1,6 +1,6 @@
|
||||
# Elm custom elements bindings for Nativescript
|
||||
|
||||
This library should be used with [elm-native](https://github.com/hariroshan/elm-native) elm library
|
||||
This library should be used with [elm-native](https://github.com/hariroshan/elm-native-library) elm library
|
||||
|
||||
## How it works
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "elm-native-js",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Nativescript bindings for elm using custom HTML elements",
|
||||
"keywords": ["elm", "elm-native", "nativescript", "elm mobile"],
|
||||
"main": "index.js",
|
||||
@ -19,7 +19,7 @@
|
||||
"typescript": "^4.9.4"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.com/hariroshan/elm-native"
|
||||
"url": "https://github.com/hariroshan/elm-native-library"
|
||||
},
|
||||
"funding": "https://github.com/sponsors/hariroshan"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Elm bindings for Nativescript
|
||||
|
||||
This library should be used with [elm-native](https://github.com/hariroshan/elm-native) JS library
|
||||
This library should be used with [elm-native](https://github.com/hariroshan/elm-native-library) JS library
|
||||
|
||||
We can build mobile apps with elm and Nativescript API now. And the best part is `elm/http` is supported.
|
||||
|
||||
|
@ -33,7 +33,7 @@ module Native exposing
|
||||
, webView
|
||||
)
|
||||
|
||||
{-| This library should be used with [elm-native](https://github.com/hariroshan/elm-native) JS library
|
||||
{-| This library should be used with [elm-native](https://github.com/hariroshan/elm-native-library) JS library
|
||||
|
||||
We will use [CustomElements](https://guide.elm-lang.org/interop/custom_elements.html) feature to create mobile UI elements with nativescript objects and control the nativescript object from elm.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user