Add experiments folder. Add usage.md and SKILL.md. Fix Sheet interactions and add dynamic sheet mode.
This commit is contained in:
@@ -3,7 +3,13 @@ export { default as NativeGestureLink } from "./NativeGestureLink.vue";
|
||||
export { default as NativeLink } from "./NativeLink.vue";
|
||||
export { default as NativeNavigator } from "./NativeNavigator.vue";
|
||||
export { default as NativeRouterView } from "./NativeRouterView.vue";
|
||||
export { default as NativeSheet } from "./NativeSheet.vue";
|
||||
export { navigationOptionsFromElement } from "./gestures";
|
||||
export {
|
||||
adjacentSheetBreakpoint,
|
||||
nearestSheetBreakpoint,
|
||||
normalizeSheetBreakpoints,
|
||||
} from "./sheet";
|
||||
export {
|
||||
onNativeViewActivate,
|
||||
onNativeViewDeactivate,
|
||||
|
||||
Reference in New Issue
Block a user