|
|
|
|
|
by pjmlp
1753 days ago
|
|
Not at all because it isn't native to the platform. These solutions use the native SDKs of the platform directly. So you are e.g. using Java/Kotlin on Android and Swift/Objective-C on iOS. React native brings JavaScript and VM for the ride. |
|
Checkout https://github.com/gorhom/react-native-bottom-sheet for example.