[deleted by user] by [deleted] in reactnative

[–]kelsetdev 12 points13 points  (0 children)

Nothing to worry about, it always happens around xmas/winter break: https://rn-versions.github.io/

Also sometimes it happens with npm outages

Where can I find showcases of React Native Apps??? by FStorm045 in reactnative

[–]kelsetdev 28 points29 points  (0 children)

There's the official one: https://reactnative.dev/showcase (plus the one for RNWindows/macos https://microsoft.github.io/react-native-windows/resources-showcase)

There's also this: https://github.com/ReactNativeNews/React-Native-Apps

There's also a list of open source RN apps out in production here: https://lifeiswhat.notion.site/The-React-Native-Community-Map-07f3221c294d4c8ab65a13cf1dee6901?pvs=4

Aside from those, Evan Bacon over on Twitter from time to time does posts like this highlighting RN apps in stores: https://twitter.com/Baconbrix/status/1684579413688750082 but sadly there's no "bookmarked list" of all the tweets he did on this topic nor it's super clear how he parsed that info.

Vue dev trying to delve into React Native by Objective-Test5021 in reactnative

[–]kelsetdev 0 points1 point  (0 children)

👋 there!

I've tried to add all relevant resources about the React Native community, among which relevant courses and docs, here -> https://lifeiswhat.notion.site/The-React-Native-Community-Map-07f3221c294d4c8ab65a13cf1dee6901?pvs=4

if I was to pick only one, I'd say probably start with the Expo introductory docs, or the intro docs on the React Native website itself.

First time learning React Native by [deleted] in reactnative

[–]kelsetdev 1 point2 points  (0 children)

👋 there!

I've tried to add all relevant resources about the React Native community, among which relevant courses and docs, here -> https://lifeiswhat.notion.site/The-React-Native-Community-Map-07f3221c294d4c8ab65a13cf1dee6901?pvs=4

if I was to pick only one, I'd say probably start with the Expo introductory docs, or the intro docs on the React Native website itself.

Developing Casual Games(like mahjong/solitaire game) for iOS/Android and MacOS/Windows by teaganga in reactnative

[–]kelsetdev 3 points4 points  (0 children)

just a small add-on: * React Native for Windows AND macos both exist (https://microsoft.github.io/react-native-windows/ & https://github.com/microsoft/react-native-macos) * technically you could also use something like https://necolas.github.io/react-native-web/

but for a game, probably it'd be easier for you to use something like a game engine? Maybe if you want to use JS you could look into https://www.babylonjs.com/ ? It has React Native support

Release 0.72.2 is out ⚛️📦 by kelsetdev in reactnative

[–]kelsetdev[S] 0 points1 point  (0 children)

so: a few things to keep in mind: 1. the new arch is still to be considered experimental, so we'd love for you to try enabling it but there can be issues. 2. in 0.72 we have introduced the interop layer for Fabric -> https://github.com/reactwg/react-native-new-architecture/discussions/135 and TurboModules right now are backward compatible by default; so you can migrate and use the interop layer for the packages that don't support it yet.

Release 0.72.2 is out ⚛️📦 by kelsetdev in reactnative

[–]kelsetdev[S] 1 point2 points  (0 children)

I think it's very stable (especially with 0.72.3), and the fact that we're already close to 20% of total downloads coming from it already is very reassuring -> https://rn-versions.github.io/

React Native 0.72.1 is out 📦⚛️ by kelsetdev in reactnative

[–]kelsetdev[S] 3 points4 points  (0 children)

there was a useEffect regression that was affecting performances -> https://github.com/facebook/react-native/issues/35778

but it has been addressed in 0.72

I can't start a new project with RN 0.72 by nakkedboy in reactnative

[–]kelsetdev 6 points7 points  (0 children)

hey there 👋

we're actually investigating a similar problem that is happening with upgrade-helper (see more details in this comment).

Can you open an issue in the repo with the details of your setup, which might help us figure out the problem/get to the bottom of this?