native
Here are 1,868 public repositories matching this topic...
-
Updated
Mar 22, 2022 - Objective-C
-
Updated
Mar 16, 2022 - JavaScript
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Jun 10, 2020 - Java
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
Mar 22, 2022 - Red
As we have ported some of our code from Scala.js, this may be applicable.
scala-js/scala-js#4650
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
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",
"
-
Updated
Mar 22, 2022 - Objective-C
-
Updated
Mar 22, 2022 - D
-
Updated
Mar 22, 2022 - Java
-
Updated
Feb 27, 2022 - TypeScript
Summary
After closing a GLFW rendering window GLFW ande some referenced objects remain in memory.
Steps to reproduce
- Platform: Desktop
- Framework Version: .NET 5
- API: OpenGL
- Run the code from 'Tutorial 1.1 - Hello Window' in the debugger with a breakpoint on the closing brace of Main.
- Once the breakpoint is hit create a memory snapshot and open it.
- Inspecting the snapsh
-
Updated
Feb 27, 2022 - Swift
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Feb 23, 2022 - Java
-
Updated
Jan 26, 2018 - Pascal
-
Updated
Mar 22, 2022 - 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?