native Questions
4
I start my app with react-native run-ios and i get left at this portion of the build process, sometimes indefinitely. why does this happen?
Alexs-MBP:swig_app alexhome$ react-native run-ios
Found...
Kori asked 23/12, 2018 at 2:32
5
Solved
Is it possible to compile java source code into native exe like C++?
Like C++ all headers files are included during compilation, all java library files that are required should be attached in that ...
3
This was working fine earlier.
Possible Unhandled Promise Rejection (id: 0):
Error: Encountered an exception while calling native method: Exception occurred while executing exported method getLastK...
Durmast asked 16/10, 2022 at 7:29
9
Solved
If my React Native app fails to connect to its backend, I show an Alert with an OK button. If this happens, there's no point in the app continuing to run, so I'd like to shut it down when the butto...
Randyranee asked 14/1, 2016 at 23:21
8
Original title: How can I prevent loading a native dll from a .NET app?
Background:
My C# application includes a plugin framework and generic plugin loader.
The plugin loader enumerates the appl...
Elburr asked 15/12, 2008 at 8:22
0
Scenario:
I have an app on my desktop which has a URL scheme registered apple://. On Chrome, I go to google.com and type following in the page's console:
window.open('apple://launch')
At this poin...
Taxdeductible asked 29/11, 2022 at 3:14
5
Solved
I have been a dev for some years now, but I can't wrap my head around what exactly is a PWA.
For example, if an app runs on a mobile phone it is a native app. I can point to it and tell people tha...
Mitchellmitchem asked 1/11, 2017 at 13:23
8
I set the Expo camera to open on the middle tab with react navigation. However, the camera only opens when I click on that tab the first time. If I switch off of it and go back it's just a black sc...
Thrombophlebitis asked 16/6, 2018 at 16:14
25
Solved
Getting this error while building a react-native iOS app on xcode.
Started getting this error after npm install and rpm linking react-native-fs library. But after searching online for a solution...
Megalith asked 15/1, 2017 at 15:47
4
Solved
I stumbled upon a function called v8Locale in Chrome's Developer Console. I was curious so I entered the function to get the source code, and it revealed the following code:
function (a){
native f...
Zeringue asked 18/7, 2011 at 12:40
5
Solved
Recently switched our build targets to android 30 to add support for Android 11, now directions and call for phone are not working.
The documentation mentions deep linking natively and or the use o...
Cribbage asked 5/11, 2020 at 15:1
2
How can I design custom switch in android as like in below image:
When it's turned on, it needs to look like this
I also need to show toggle animation effects while switching between two ca...
Neutrality asked 6/3, 2019 at 17:24
4
Solved
I want to simply change the color of the button, but i can't. I tried to change directly in the button, and pass a style to it. But neither of them worked.
Here's my very simple code.
export defa...
2
Solved
I have a dynamic height inside ScrollView - on user interaction the height can either increase or decrease. ScrollView has flexGrow:1 and the contents inside are wrapped around a View with flex: 1....
Hemophilia asked 24/2, 2018 at 13:24
4
I am trying to upload an image with react native front end and axios to my back end.
This is how pic the image
const pickImage = async () => {
let result = await ImagePicker.launchImageLibraryA...
Ehf asked 2/3, 2022 at 11:17
4
Question concerns only Windows for now - other OS's are not so relevant right now.
Just by quick googling - it's possible to load native .dll from RAM, there are for example following libraries:
ht...
2
I managed to add facebook login and google login to my application but I think I might have done something wrong. Before I started adding the logins I previously made a splash activity that user in...
4
I used react-native init to create my react application. I'm trying to tie in auth0 and auth0 documentation is saying I need something from the androidManafest.xml. The problem is that the react-na...
2
Solved
I was just playing around with sorting in golang and I found a qsort function on stackoverflow. It seems to run about twice as fast as the native sort function in golang. I've tried it with differe...
3
Solved
I have implemented drag n drop list with panResponder and ScrollView. I want to be able to scroll the list even when I touch the item. Problem is that the item moves when I do the gesture to scroll...
Arrowwood asked 6/11, 2016 at 19:6
3
Solved
I've built an AOSP system service following this tutorial:
http://www.androidenea.com/2009/12/adding-system-server-to-android.html
Now I want to use a pre-compiled .so file and cannot figure out w...
Dusky asked 27/6, 2013 at 14:11
2
I have built a code in Android Studio with Kotlin. I initially haven't set it up as a Kotlin Multiplatform Mobile project and I would like to bring it now also on iOS. Is there a way to "conve...
Interlaminate asked 17/3, 2022 at 9:53
6
I am using hooks to write a react native app. I have problem with using states inside Styles. The background of text container is red, by default and after pressing the Confirm button should be cha...
Amin asked 20/4, 2020 at 4:41
3
Solved
I want to load dashboard to be active tab in react Native bottom tab. Navigation whenever dashboard is loaded but whenever I move to dashboard it moves to inbox screen which is the first element in...
Compagnie asked 8/4, 2019 at 10:4
3
I'm building quarkus native and using Stripe sdk as external library.
In order to support Stripe sdk it I needed to create reflection-config.json file and set in the application.properties quarkus....
Boykin asked 19/1, 2021 at 19:37
© 2022 - 2025 — McMap. All rights reserved.