Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
Text
with RN component when callbacks are not specified (#3336
) ## Description This PR replaces our `Text` component with default RN component, when `onPress` or `onLongPress` callbacks are not provided. Should help with #3331 ## Test plan Tested on code from _**NestedText**_ example with variations: Additional `View`/`Text` inside `Touchable`, with/without `onPress` on outer `Text`.
- Loading branch information