Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to create an Android Wear app with react native

I have had a play with react native creating ios apps but have not tried android yet. With android you also get 'android wear' for watches etc, will react native work creating apps for those devices?

like image 378
Andy Stannard Avatar asked Jan 21 '16 14:01

Andy Stannard


People also ask

Can you make an Android app with React Native?

React Native is an open-source mobile application framework created by Facebook. You can use it to develop applications for Android and iOS devices with a single codebase.

Is myntra built on React Native?

Most of the iOS and Android screens of the application make use of React Native. Myntra has been using this technology to redesign their apps since React Native supports bulk scaling.

Can Android studio use React Native?

You will need Node, the React Native command line interface, a JDK, and Android Studio. While you can use any editor of your choice to develop your app, you will need to install Android Studio in order to set up the necessary tooling to build your React Native app for Android.


1 Answers

React Native does not run on Android Wear at the current time, so you would have to do that code native.

like image 187
Marcus Johansson Avatar answered Oct 24 '22 00:10

Marcus Johansson