native
Here are 1,931 public repositories matching this topic...
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
-
Updated
May 30, 2022 - Objective-C
List of JavaScript methods which you can use natively + ESLint Plugin
-
Updated
May 18, 2022 - JavaScript
A React environment for cross platform desktop apps
-
Updated
Feb 12, 2022 - TypeScript
Not a big deal, but I noticed a ton of trailing whitespaces on the repo code, so it would be nice to remove them with a linter or similar!
Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.
-
Updated
Dec 31, 2021 - TypeScript
Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
-
Updated
May 4, 2022 - Java
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
-
Updated
May 30, 2022 - Red
Native mobile applications using Vue and NativeScript.
-
Updated
May 30, 2022 - JavaScript
The code in question should be here.
https://github.com/scala-native/scala-native/blob/63d07093f6d0a6e9de28cd8f9fb6bc1d6596c6ec/test-interface/src/main/scala/scala/scalanative/testinterface/signalhandling/SignalConfig.scala#L45-L71
Potential idea for a fix.
https://stackoverflow.com/questions/16509614/signal-number-to-name
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
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",
"
Spring Native provides beta support for compiling Spring applications to native executables using GraalVM native-image compiler.
-
Updated
May 30, 2022 - Java
-
Updated
May 30, 2022 - Objective-C
dmd D Programming Language compiler
-
Updated
May 30, 2022 - D
-
Updated
Apr 29, 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
Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets. Support SwiftUI.
-
Updated
May 30, 2022 - Swift
-
Updated
Jan 15, 2022 - JavaScript
React native geolocation service for iOS and android
-
Updated
May 27, 2022 - Java
Visual MASM - Assembly IDE for Microsoft MASM
-
Updated
Jan 26, 2018 - Pascal
-
Updated
Apr 15, 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?