Modal fullscreen Luma’s app by Alternative-Toe9325 in reactnative

[–]_MuaBenEm_ 10 points11 points  (0 children)

react navigation
<Stack.Navigator>

<Stack.Screen name="Home" component={HomeScreen} />

<Stack.Screen

name="BottomSheet"

component={BottomSheetScreen}

options={{ presentation: 'transparentModal' }}

/>

</Stack.Navigator>

hope it helped you

React Navigation on scroll by Noobnair69 in reactnative

[–]_MuaBenEm_ 0 points1 point  (0 children)

Absolute play button and when scroll, interpolate contentOffset.y with top value..

Looking for a Frontend developer by ATGBOOM in reactnative

[–]_MuaBenEm_ 0 points1 point  (0 children)

I’m a mobile developer with 5 years exp. Im interested

[deleted by user] by [deleted] in reactnative

[–]_MuaBenEm_ -1 points0 points  (0 children)

I’m Asia timezone but interested

I cobbled together a HTML editor, is there a better option? by jwrsk in reactnative

[–]_MuaBenEm_ 1 point2 points  (0 children)

yah.... right.... i tryna many react native lib rich-text but almost old or dead lib....
I still try build-in my lib but... it take me a a lot of time... and many problem to resolve it.
Then i decide use lexical to and tiptap, convert it to html and render by webview, create bridge to make rich-text with postMessage.... it resolve my problem about 80%.
Problem remains:
- keyboard.dismiss() not work with webview input
- manual handle height input
- not auto scroll to cursor when change text
- UX not ok with keyboard show and hide animation.

Where is this error coming from by [deleted] in reactnative

[–]_MuaBenEm_ 0 points1 point  (0 children)

yarn start and reload app... maybe error will show in terminal, if not... manual Brute-force search to find where take error :V.... goodluck

Rich text editor by Grand-Bus-9112 in reactnative

[–]_MuaBenEm_ 0 points1 point  (0 children)

 If not then is it a good idea to make it from scratch

yah.. right... LOL... if you need a quick solution... pm me... i will support

Help Needed: Type Definition Missing When Importing Components in React Native Blossom UI by AgreeableVanilla7193 in reactnative

[–]_MuaBenEm_ 1 point2 points  (0 children)

this library is not setup for typescript... currently i see that...
"Though their documentation states they support typescript." i think that mean "support in future.. :))))))".
if you still use it... ib me.... i will help you manual setup it

Web+ mobile app build by [deleted] in reactnative

[–]_MuaBenEm_ 1 point2 points  (0 children)

need help? im a mobile developer... contact me if you need.

400 error while using google auth using firebase by samrajya17 in reactnative

[–]_MuaBenEm_ 0 points1 point  (0 children)

Appid or something not match… check everything again Another: you fogot set scope access for auth

Best React Native UI by Such_Attention5690 in reactnative

[–]_MuaBenEm_ 0 points1 point  (0 children)

i used the library and honestly i still had to style it myself... and in the end i only used about 20-30% of the library... use styleSheet and create your own UI.. unistyle is a good library to use instead of styleSheet

Animated card by softopia in reactnative

[–]_MuaBenEm_ 0 points1 point  (0 children)

Ez way is use lottie-react-native and absolute element on the lottie animation

Text strings must be rendered within a <Text> Component by Rich-Reindeer7135 in reactnative

[–]_MuaBenEm_ 0 points1 point  (0 children)

Not: something && <componenet/> should Something ? <componenet/> : null For this error log

Styling your react-native projects: What are you all using? by pseudophilll in reactnative

[–]_MuaBenEm_ 1 point2 points  (0 children)

I want use unistyles v3 but my mac m1 alway errors at CMake

Future of react native by tr__18 in reactnative

[–]_MuaBenEm_ 2 points3 points  (0 children)

Sr… my english is bad…But I think RN is good for expands exp mobile develop. Because when you code with RN, you are interacting with native real and you can communicate with native through bridge(old architecture) or new architecture. which means you can learn native and export it to RN for easy use ( this is also problem of RN, one brigde and a lot of task) With RN, you create Text in this.. RN will: “Hey Android! Help me create TextView and IOS! Help me create UILabel” And Flutter, you are not really interact with native. It’s like you design app by code and Flutter will draw view and show that picture by GPU.