Remove English supported language from App Store (React Native / Expo) - react-native

I have an expo app available in France and the app is only translated in French.
On the App Store, in app details, I see: Languages: French and English.
So, i want to remove English in supported language.
What I tried:
In App Store Connect, my App supported available language is French (only french) and it’s default language.
In app.json I have:
locales": { "fr": "./languages/fr.json" }
But it’s not working…
Anyone have a solution?
Because it is quite blocking for me, apple testing the application in English instead of French…
Thank you

Related

How to change Language in React-Native App for AppStore?

We are publishing our App in AppStore of Apple. But always in AppStore Screen our App is signed as language "EN" not German.
Is there any way in React-Native to set this to German? All answers I found handled more than one language, this is not what we need.

Have set Español (México) but apps store says English EN

I have developed an app using Expo and React Native. Have set Español (México) as main app language in App Store Connect but when published app store says English EN, please see attachments.
How can I change that? Thanks!

What is the difference between Shopify App Bridge and embed in shopify admin

I'm currently starting a project on shopify to make an app and I've noticed that they have released Shopify App Bridge but also I have the option to select Embed in shopify when the app is created. Is this one in the same or two different ways to display the app in the users store? If so what are the main differences to help eme select which to use?
App Bridge is a replacement to the EASDK. It's the future of Shopify App development. You would use App Bridge to develop your embedded apps instead of EASDK and your existing EASDK apps now use App Bridge under the hood. EASDK will eventually be deprecated but for the foreseeable future will still work as it always has. I encourage you to give App Bridge a try.
Full disclosure, I work on the App Bridge team at Shopify.

Real technical advantages of React Native over Web

I thinking about real technical advantages of creating React Native app over web SPA. I figured out that only 1 advantage could be - it's saving and loading data in phone store. Another things like, for example, access to GPS, camera, etc are also available in JavaScript Web. So, that is real technical advantage of using React Native over Web?
Overall, it really depends on what your application is for...
If your Application will be used by mobile users only, then React Native is a perfect solution. However, if you want an application with a Web presence, so users can use it on Desktops etc - then it wouldn't really be suitable unless you did both a Web SPA and a mobile app.
For example, if I were to create an accounting app - which will be used by users on Mobiles and Desktop, then perhaps I'd consider building a SPA which is mobile friendly or both SPA and an App with an API for both.
If you were building a tracking app, which will only be available for mobile - then go for it.
If your users will be using desktop, then you can build it perhaps in React and when you get to React Native you know the react library!
React Native in itself builds both iOS and Android Apps, so instead of creating a 'hybrid' app (which includes webviews) or a native App in both iOS and Android - you only create one code base and build it to your chosen OS. This saves alot of development time. As the community is open source, alot of upgrades happen and there is alot of help online if you encounter an issue.

Native Extension for Air for iOS - email, sms, twitter, facebook

I am a Adobe Flash Builder and Flash CS5.5 user for making mobile (Android, iOS) apps. Currently, I am looking for native extensions for Air allowing me to share content via e-mail, sms, twitter and facebook for iOS.
At this time, I use the url-schemes mailto and sms, but this has some major drawbacks.
On Android I've managed to use the native extensions made by SSD.
Can anyone help me ?
here is one for sharing via email:
http://flashsimulations.com/2011/11/30/ios-native-extension-for-adobe-air-in-app-mail-composer/
Maybe give a go at this http://www.milkmangames.com/blog/tools/
Its paid a paid one though but sounds good to me - never used it.