Rap
Rap

Reputation: 7292

React Native Pressables - Creating a native look button

If you create a React Native <Button>, it renders as a UIButton in iOS and an android.widget.Button in android. This means that it looks different on different platforms.

Button and Pressable on android Button and Pressable on ios

What about Pressables? What is the simplest way to create an iOS button on iOS and an Android button on Android without resorting to a 3rd partly npm library?

Upvotes: 1

Views: 217

Answers (0)

Related Questions