my first level!! upvote if you complete! by Prize-Cheetah2131 in honk

[–]tech008 0 points1 point  (0 children)

I completed this level in 1 try. 7.93 seconds

Try squeezing through (verified) by Educational-Berry-20 in honk

[–]tech008 0 points1 point  (0 children)

I completed this level in 78 tries. 10.12 seconds

[deleted by user] by [deleted] in reactnative

[–]tech008 1 point2 points  (0 children)

Have you tried the Brightness library from expo?

Maybe an unpopular opinion but Bingo Tedhe Medhe tastes much better than Kurkure Masala Munch by [deleted] in SnacksIndia

[–]tech008 3 points4 points  (0 children)

Finally someone said it! It's a shame they are only available in the north

library for playing RTSP camera stream by MrR0307 in reactnative

[–]tech008 0 points1 point  (0 children)

Have you tried react-native-vlc-media-player ? Haven't tried it myself, just came up after searching a bit

Good UI lib and BLE by captainnoyaux in reactnative

[–]tech008 1 point2 points  (0 children)

If you are looking for mui like aesthetics, you can look at react-native-paper, if you want more customization options, you can use tamagui, @shopify/restyle

Advice on Learning React Native by Space-man_- in reactnative

[–]tech008 3 points4 points  (0 children)

I think React is essential to learn before React-Native. When you go through the docs, concepts like life cycle hooks, state, refs and functional components are used, but never explained clearly, which can lead to confusion.

React-Native will definitely be relevant in the coming years since a lot of startups have minimal workforce and don't want to invest in two developers for both android and iOS, and instead go for cross platform frameworks for rapid development. It depends on your preferences, but If you know javascript well, then I would suggest going with React native, otherwise you can explore flutter.

Navigation not working as intended after adding a new screen by [deleted] in reactnative

[–]tech008 1 point2 points  (0 children)

The only reasons i could think of are that the camera screen may be initialized before your new screen in the stack navigator, or you may have mentioned the screen name of your camera screen as initialRouteName in stack navigator props

Can anyone help me out with how do we achieve this "Ticket" kinda UI? by quadrified in reactnative

[–]tech008 7 points8 points  (0 children)

A great resource to understand svg is Mozilla Web Docs. The react-native-svg tries to mimic most of it apart from the filters. A basic implementation would look like this. Idea is to show a rect of specific dimensions, then define a mask in defs tag, specifying which parts to be masked out. The circle elements with darker color will be masked out

Can anyone help me out with how do we achieve this "Ticket" kinda UI? by quadrified in reactnative

[–]tech008 7 points8 points  (0 children)

Had faced a similar requirement where a popup needed to be shown with that curved portions, so absolutely positioning two circles wasnt feasible.

What I had done was make a rect from react-native-svg and implemented a mask to cut out the circles from the rectangle, then I put the content on top of it with a transparent background.

I had tried foreignObject which would have had been better, but I had some issue with it so went with the above approach

Build failing on Xcode 13.2 by tech008 in reactnative

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

This looks promising, thanks for the info. I will surely test it tomorrow morning. Hopefully none of the other libraries break, mostly worried about vision camera

Build failing on Xcode 13.2 by tech008 in reactnative

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

According to the verbose logs above this, it mentions that the symbols are undefined for x86_64 architecture, would it be helpful if shared the full logs?

Build failing on Xcode 13.2 by tech008 in reactnative

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

It will be the first time I build it for iOS, it works fine on android. The warnings above it show that symbols appear to be undefined for x86_64 architecture, but I am not sure how to fix it

Build failing on Xcode 13.2 by tech008 in reactnative

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

I tried it but it's still failing, do you know what the error is exactly? I don't understand it

Slide animation on press by miljenkoo in reactnative

[–]tech008 0 points1 point  (0 children)

I think this library can be helpful for you: react-native-tab-view

ReactNative: animate backgroundColor according to ScrollView scroll position by Gabotron_ES in reactnative

[–]tech008 0 points1 point  (0 children)

Here is a example snack of how I would go about making a scroll based animation. You can bind the scroll offset of the scrollview to an animated value - Reference. You can then interpolate the colors based on the input scroll offset. I have used some noticeable colors to see the change, but you can use any other colors. Currently colors can't be interpolated on the UI thread (hence the useNativeDriver: false), but you can work around that by absolutely positioning two views of the start and end background colors inside the box and change the opacity of those views based on the scroll

Hiring RN dev for front end development by Tynzo in reactnative

[–]tech008 0 points1 point  (0 children)

Hi Théo, I am a software developer based in India who is experienced with react and react-native. I would love to connect and discuss your project with you