react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

feat: add activity indicator to TextInput (#1)

Open bpeltonc opened this issue 10 months ago • 1 comments

  • Add a new TextInput.ActivityIndicator to use with TextInput right and left props --> This will show either the native activity indicator or the RN Paper Activity Indicator, based on the value of the useNativeActivityIndicator prop

Co-authored-by: Brandon Pelton-Cox <>

Motivation

Add support to show either the native activity indicator or the React Native Paper version in TextInput. This was motivated mainly by this open issue.

Related issue

Test plan

I added examples to the example app. Simply checkout this PR, install deps and run yarn example start and see the pertinent changes in the TextInput area of the app.

bpeltonc avatar Apr 15 '24 16:04 bpeltonc

Hey @bpeltonc, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

callstack-bot avatar Apr 15 '24 16:04 callstack-bot