diff --git a/src/index.tsx b/src/index.tsx index ef4c2b9..61f90b5 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,3 +1,5 @@ +'use client'; + export * from './SafeAreaContext'; export * from './SafeAreaView'; export * from './InitialWindow';