nysamnang / react-native-raw-bottom-sheet

Add Your Own Component To Bottom Sheet Whatever You Want (Android and iOS)
https://npmjs.com/package/react-native-raw-bottom-sheet
MIT License
1.09k stars 195 forks source link

Updated index.d.ts to support children #154

Closed codrexy closed 8 months ago

sliechti commented 1 year ago

@nysamnang can we merge this change? We use RBSheet in our project and without this or:

 export default class RBSheet extends Component<PropsWithChilden<RBSheetProps>> {

ts shows this:

image

nysamnang commented 8 months ago

Merged #146