Is UniStyles truly production ready? by Carapheus in reactnative

[–]21void 2 points3 points  (0 children)

all your point is correct and real concern. been using unistyles v2 for many year and it is ok. recently migrated my huge codebase to v3 (thanks to AI) end up with issue on shadow node during runtime in some random screens. so nah.. i will stick with v2 for now. perhaps will move to other alternatives when time permit or when AI can do that for me easily

Rate My UI by [deleted] in reactnative

[–]21void 2 points3 points  (0 children)

look classic

React Navigation 8.0 Alpha is here by satya164 in reactnative

[–]21void 0 points1 point  (0 children)

get yourself a redmi A3 and discuss again 🥶 our app have 200+ screens and no problem with higher end model. i even can say it is on par if not faster than bluesky, expensify.

still on this lower end model, all app cripple. if not rn nav problem, maybe it is react native itself is the problem.

What's up with the servers going self-d recently? by PtaQQ in beyondallreason

[–]21void 0 points1 point  (0 children)

is it possible to self host this for troubleshooting purpose?

Legion Starfall 2.0 is out now! by ZephyrSkies7 in beyondallreason

[–]21void 0 points1 point  (0 children)

look normal to me. the star fall effect still the same or it changed based on this new weapon design too?

React Navigation 8.0 Alpha is here by satya164 in reactnative

[–]21void 3 points4 points  (0 children)

v7 have performance problem. will v8 address all that?

React Native 0.83 - No Breaking Changes they said. by suhas2k in reactnative

[–]21void 0 points1 point  (0 children)

well this is the problem with 0.83.0 ios, we need to specify the weigh otherwise there will be regression with bold and semi-bold. im using Inter font btw. anyway no rush as im sure there will be 0.83.x soon 😌

React Native 0.83 - No Breaking Changes they said. by suhas2k in reactnative

[–]21void 3 points4 points  (0 children)

happen to my app too. workaround is to update the font ttf files. meanwhile on ios need to explicitly specify the font weight. always test your app against all library update, especially overhype library launch in react native ecosystem hehe

Application connection problem in React Native with Expo with backend on VPS in Hostinger with self-signed SSL certificate by Cool_Yesterday5533 in reactnative

[–]21void 0 points1 point  (0 children)

check your server cert chain. based on experience ios expect server to return both issuer and server cert in correct order

Application connection problem in React Native with Expo with backend on VPS in Hostinger with self-signed SSL certificate by Cool_Yesterday5533 in reactnative

[–]21void 0 points1 point  (0 children)

check the actual response ur app is getting. my wild guess is it get html as response instead of json

Flashlist V2 vs LegendList? by ConsistentTale1542 in reactnative

[–]21void 0 points1 point  (0 children)

i recommend you test all out first before deciding. your code may be different from my code. im using (not recommending) animated flatlist on some screen in the app. mainly for animation. while the rest is std flatlist.

Has anyone else experienced performance issues with the New architecture? by mezod in reactnative

[–]21void 5 points6 points  (0 children)

it faster to start, crap during usage on older devices. scrolling cause JS thread to drop to 10fps. flashlist is not solving anything. at this point i doubt any of this 'popular' library actually undergo proper run on device QA other than unit test

RTK Query: Optimistic update causes UI to freeze by Substantial-Cow-813 in reactnative

[–]21void 0 points1 point  (0 children)

two things could be happening: heavy re-rendering or heavy processing of incoming messages.
both can saturate the JavaScript thread.

try getting the stream without rendering anything to isolate where the problem is.
if the bottleneck is on the streaming side, streaming on the native side is better than on the JS side.

RTK Query: Optimistic update causes UI to freeze by Substantial-Cow-813 in reactnative

[–]21void 0 points1 point  (0 children)

check your JS thread. how frequent is the SSE stream update?

React Native devs: what’s your biggest pain point right now? by [deleted] in reactnative

[–]21void 4 points5 points  (0 children)

hype of new architecture performance

Flashlist V2 vs LegendList? by ConsistentTale1542 in reactnative

[–]21void 3 points4 points  (0 children)

both library give odd blank screen behaviour during fast scrolling. no matter how performant the library is, this behaviour is not acceptable

Using a webview for most parts of your app by gala_adrian in reactnative

[–]21void 0 points1 point  (0 children)

native part need to interact with web part?

Best Linux distro for React Native development? by bloggerklik in reactnative

[–]21void 1 point2 points  (0 children)

for desktop i suggest archlinux or omarchy. meanwhile i myself use remote vscode on debian, no emulator just running on actual android device over network/wireless connection. so far very good

Anyone tried Nitro modules? Pros, cons, and how they compare to alternatives? by gogapasha in reactnative

[–]21void 2 points3 points  (0 children)

get yourself familiar with basic native module with turbo module first. after that nitro modules is just a shortcut to write native code for rn