native
Here are 1,854 public repositories matching this topic...
-
Updated
Feb 25, 2022 - Objective-C
-
Updated
Feb 4, 2022 - JavaScript
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Jun 10, 2020 - Java
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
Feb 26, 2022 - Red
Our implementation of java.lang.RuntimeException
does not define constructor
protected RuntimeException(
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace
)
which is present since Java 1.7. Additionally, we should check other throwables and add missing methods.
When use "$: react-native dom"
Appears:
No version of 'react-native-dom' found that satisfies a peer dependency on '[email protected]'
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",
"
Specific Demand
When resolving assets, we should determine of the current program is contained within a bundle. If it is, then we should cananocalize the asset differently to be relative to the .app
/.deb
/.rpm
/.exe
for a smoother distribution experience.
- macOS
These targets do not provide a straightforward way of bundling assets. I've opted to make it the asset dir configu
-
Updated
Feb 26, 2022 - Objective-C
-
Updated
Feb 26, 2022 - D
-
Updated
Feb 25, 2022 - Java
-
Updated
Feb 19, 2022 - TypeScript
Summary of feature
Math library has 2D and 3D common shape types like Ray2D, Ray3D, Cube, Sphere, etc
It could be useful to have Ray2D and Ray3D to have methods to return the intesection with shapes and volumes.
Also, test methods to get whether shapes and volumens overlap.
Comments
Area/volume overlapping is a very common practice for graphics development in areas like frutum c
-
Updated
Jan 17, 2022 - Swift
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Feb 23, 2022 - Java
-
Updated
Jan 26, 2018 - Pascal
-
Updated
Dec 27, 2021 - C
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?