Is it possible to make params
non-undefined?
#135
Labels
good first issue
Good for newcomers
new feature
New feature or request
question
Question about how the library works/if it provides a certain feature
If I described params in
react-native-modalfy.d.ts
- it means that they are required for my modal. Is it possible to have an error if I callopenModal()
without params if my modal require them? Because currently I have to check each param in modal likeparams?.title
,params?.items
etc. but it makes no sense.The text was updated successfully, but these errors were encountered: