native
Here are 1,647 public repositories matching this topic...
-
Updated
Jun 12, 2021 - Objective-C
-
Updated
May 19, 2021 - JavaScript
-
Updated
May 30, 2021 - TypeScript
-
Updated
Apr 6, 2021 - TypeScript
-
Updated
Jun 10, 2020 - Java
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
Jun 6, 2021 - Red
Whilst chasing other issues, I noticed that the caching in InetAddress.scala is well intended
but questionable:
def getHostName(): String = {
if (host == null) {
val ipString = createIPStringFromByteArray(ipAddress)
host = SocketHelpers
.ipToHost(ipString, isValidIPv6Address(ipString))
.getOrElse {
ipString
}
}
host
}
No version of 'react-native-dom' found that satisfies a peer dependency on 'react-native@0.56.0'
When use "$: react-native dom"
Appears:
No version of 'react-native-dom' found that satisfies a peer dependency on 'react-native@0.56.0'
This is my package.json:
{
"name": "dom",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.4.1",
"
-
Updated
Jun 12, 2021 - Objective-C
-
Updated
Jun 12, 2021 - D
-
Updated
Jun 11, 2021 - Java
-
Updated
May 8, 2021 - TypeScript
-
Updated
May 9, 2021 - JavaScript
-
Updated
Jan 26, 2018 - Pascal
-
Updated
Jun 9, 2021 - Swift
-
Updated
May 31, 2021 - Java
-
Updated
May 9, 2021 - JavaScript
-
Updated
Jun 11, 2021 - Pascal
-
Updated
Nov 23, 2020 - JavaScript
Improve this page
Add a description, image, and links to the native topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the native topic, visit your repo's landing page and select "manage topics."
Since we also expose the Skia-bindings for a Canvas-like API I think it might be a good idea to start refactoring the API to utilise more named arguments e.g.
~x=..., ~y=....What do you others think?