toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
565 stars 313 forks source link

Style Undefined Props error on using typescript + react native #195

Open aneeshkapurtrackso opened 2 years ago

aneeshkapurtrackso commented 2 years ago

Issue summary

Add a short description of issue, preferably, a sentence.

Cannot read properties of undefined (reading 'style') Occurring at Text.proptypes and also at ViewPropTypes. Seems like missing support to expo or react native - typescript

Library versions

Steps to Reproduce

(Write your steps here:)

  1. Add a multiselect in any renderable page

Expected Behavior

(Write what you thought would happen.)

Actual Behavior

Should render successfully.

Showing error on types.

(Write what happened. Add screenshots!)

Reproducible Code

(Paste exact code snippet and instructions to reproduce the issue.)