Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple Watch on react-native

I want to get react-native working for the Apple Watch, but I'm not sure where to start

I started reading the code for the iOS implementation to figure out how they did it there.

My question is: are there any resources or guidelines for help to actually implement react-native (do they ever talk about this aspect of it) or do I need to just read through the code and figure it out on my own?

It would be nice if the react-native team made a document on how they got it up and running on iOS (or Android), though they may already have that out there which is what I'm looking for.

Thanks in advance for any advice and/or help

like image 539
Coty Embry Avatar asked May 24 '26 01:05

Coty Embry


1 Answers

I was looking into this, too. I will share my findings.

According to this comment from the React Native team back in 2015, the team doesn't have resources to support it, yet.

Right now, we're focused on normal iOS and Android. We still a very small team and don't have the resources to target a different support right now. However, we open sourced React Native in the hope that we get help from the community to build those :)

Someone tried to build one with a lot of reverse engineering, but there are still unsolved issues causing crashes.

like image 158
Jack Hsu Avatar answered May 26 '26 17:05

Jack Hsu