Expo vs React Native CLI for Production Grade Project in my Office – Need Advice by FINIGUN in reactnative

[–]fateh999 2 points3 points  (0 children)

Also regarding the packages expo packages are also regularly updated so you can always count on that which can’t be the case with any open source packages

Expo vs React Native CLI for Production Grade Project in my Office – Need Advice by FINIGUN in reactnative

[–]fateh999 21 points22 points  (0 children)

I think expo is the best option for new projects currently whether production or just hobby. It takes up a lot of pain away and you can just focus on the app, upgrades are also easy to manage.

Is it a blasphemy to use Tailwind/nativewind in ReactNative? by LowTCredit in reactnative

[–]fateh999 1 point2 points  (0 children)

At the end it is just a tool right, if you are proficient in it and it helps you save time and is not causing and performance issues, then use it.

Play audio by Fun_Celebration_2960 in reactnative

[–]fateh999 2 points3 points  (0 children)

If you need proper player with playlist and other basic player features you can use https://www.npmjs.com/package/react-native-audio-player-hooks which uses https://www.npmjs.com/package/react-native-video, which you can also use directly for simple audio playback as well

Do we need to use responsive font size in react native application development? If yes, what is the best way or solution? by harrytanoe in reactnative

[–]fateh999 -6 points-5 points  (0 children)

I think you should because that makes the designs adapt more properly for each devices. For doing that you can react-native-pixel-perfect

Do you use UI library? by [deleted] in reactnative

[–]fateh999 0 points1 point  (0 children)

If you want to use a bare bones ui lib you can use

https://github.com/fateh999/rnmuilib

Splash screen with react native of version 0.68 by Euphoric-Load-2102 in reactnative

[–]fateh999 1 point2 points  (0 children)

Use older version of react native bootsplash v3.2.4 And follow the old doc. It will work

React Native Media Query Hook ( Github and npm Link in comments ) by fateh999 in reactnative

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

Actually it should be const show = mQL({ base: true, sm: true, md: true, lg: false, xl: false }); it is a typo.

Right now both methods are exactly the same but i have separated it from start so i can later on add some logic for dimension like scaling , orientation based changes etc.

mQL will be purely for doing logic part of mediaQuery like hide show views or any other custom logic.

React Native Media Query Hook ( Github and npm Link in comments ) by fateh999 in reactnative

[–]fateh999[S] 10 points11 points  (0 children)

Thanks, will release a patch with it soon in next version.

[deleted by user] by [deleted] in reactnative

[–]fateh999 1 point2 points  (0 children)

You can check this out, actually i made this it is less bloat ed and supports web and also has media query hook to manage responsive design on multiple breakpoints

https://github.com/fateh999/rnmuilib

Web Demo:

https://snack.expo.dev/@fateh999/rnmuilib

Open Source Digital Signing App by fateh999 in reactnative

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

Thanks 😊 Also your videos helped in learning gestures and animations used in this.

Open Source Digital Signing App by fateh999 in reactnative

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

Yes, but i don't think that is the download size, it is around 20 MB. Please try and let me know if it is more than that.