testshallpass / react-native-dropdownalert

An alert to notify users about an error or something else
MIT License
1.85k stars 252 forks source link

Types - updating the global d.ts with onTap #208

Closed panvourtsis closed 4 years ago

panvourtsis commented 4 years ago

In this PR i simply introduced the missing reference of onTap action on the index.d.ts file.

This was an issue till now if you were using typescript project the typescript compiler yield that there was not an onTap props.

codecov-io commented 4 years ago

Codecov Report

Merging #208 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #208   +/-   ##
=======================================
  Coverage   90.39%   90.39%           
=======================================
  Files          11       11           
  Lines         229      229           
=======================================
  Hits          207      207           
  Misses         22       22

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6b4e874...de6ee34. Read the comment docs.