add TextProps
Selfmade-RuLeZ opened this issue ยท 0 comments
Selfmade-RuLeZ commented
Hi,
I'm running fine with your library, the single problem I got is, that I can't use react-native TextProps for testing and accessiblity.
I've edited it already and tested it in my usecase, it works. ๐
Edit2: Created a fork and corresponding Merge Request ๐
Things I changed:
- import from react-native
- IconPropsBase extends TextProps
- sparse operator at props
- added ...textProps to every React Element
Good job mate ๐
Edit:
- changed props to match them with TextProps