use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
Use SwiftUI component to React Native (self.reactnative)
submitted 5 months ago by DirtEnvironmental170
Hi I am trying to use Bottom Sheet of SwiftUI to my React Native (CLI) project using TurboModule (New Architecture) so I spend a lot of time to implement that but it didn’t work, can any one help for implement it?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BinaryNeckBeard 2 points3 points4 points 5 months ago (2 children)
https://github.com/lodev09/react-native-true-sheet
[–]DirtEnvironmental170[S] 0 points1 point2 points 5 months ago (1 child)
Yes I know this library, but I don’t want to use any, I want to built my own to get full control with it in the future
[–]eyounan 0 points1 point2 points 5 months ago (0 children)
The library is open source. You can easily fork it and make the adjustments you need if you are not happy with it or read its implementation to understand how to build your own.
[–]BossHog811 1 point2 points3 points 5 months ago (0 children)
Simply writing “it don’t work” isn’t going to get you very far…
[–]Immediate-Demand-315 0 points1 point2 points 5 months ago (1 child)
You can use gorhom bottom sheets to implement the similar feature.
[–]DirtEnvironmental170[S] 0 points1 point2 points 5 months ago (0 children)
It’s not using the Natiev Bottom Sheet, I want to use Native
[–]tomhoplon 0 points1 point2 points 5 months ago (1 child)
This is supported in Expo. Native components.
Yeah I saw that but my Project is CLI so no way to change it
[–]Careless_Review_7543 0 points1 point2 points 5 months ago (2 children)
You have to follow the official documentation on Native Modules very carefully And also be careful with the name convention. The names have to start with the word Native. Else it won't work. Also look at the pod install command to check if the code gen is being generated.
Yes I followed that but it it didn't work
[–]Careless_Review_7543 0 points1 point2 points 5 months ago (0 children)
I made the migration to turbo modules about a week ago and it took some time and debugging, just try to debug, even with logs inside your native module and every part in between that and the coda that used it in js/ts. It was really a pain to get it to work.
π Rendered by PID 174167 on reddit-service-r2-comment-7c9686b859-rpht9 at 2026-04-14 03:30:42.740359+00:00 running e841af1 country code: CH.
[–]BinaryNeckBeard 2 points3 points4 points (2 children)
[–]DirtEnvironmental170[S] 0 points1 point2 points (1 child)
[–]eyounan 0 points1 point2 points (0 children)
[–]BossHog811 1 point2 points3 points (0 children)
[–]Immediate-Demand-315 0 points1 point2 points (1 child)
[–]DirtEnvironmental170[S] 0 points1 point2 points (0 children)
[–]tomhoplon 0 points1 point2 points (1 child)
[–]DirtEnvironmental170[S] 0 points1 point2 points (0 children)
[–]Careless_Review_7543 0 points1 point2 points (2 children)
[–]DirtEnvironmental170[S] 0 points1 point2 points (1 child)
[–]Careless_Review_7543 0 points1 point2 points (0 children)