File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-sheet" ,
3- "version" : " 2.0.4 " ,
3+ "version" : " 2.0.5 " ,
44 "description" : " Native implementation of Bottom sheet" ,
55 "main" : " src/index" ,
66 "module" : " src/index" ,
Original file line number Diff line number Diff line change 1- import { FittedSheetParams } from './FittedSheet' ;
1+ import type { FittedSheetParams } from './FittedSheet' ;
22import {
33 PublicSheetView ,
44 type FittedSheetRef ,
@@ -7,6 +7,11 @@ import {
77 attachScrollViewToFittedSheet ,
88} from './PublicSheetView' ;
99
10- export { PublicSheetView as FittedSheet , type FittedSheetRef } ;
11-
12- export type { FittedSheetParams } ;
10+ export {
11+ PublicSheetView as FittedSheet ,
12+ type FittedSheetRef ,
13+ presentFittedSheet ,
14+ dismissFittedSheet ,
15+ attachScrollViewToFittedSheet ,
16+ type FittedSheetParams ,
17+ } ;
You can’t perform that action at this time.
0 commit comments