@umituz/react-native-firebase 2.4.95 → 2.4.97

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-firebase",
3
- "version": "2.4.95",
3
+ "version": "2.4.97",
4
4
  "description": "Unified Firebase package for React Native apps - Auth and Firestore services using Firebase JS SDK (no native modules).",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -60,9 +60,6 @@
60
60
  "@react-native-async-storage/async-storage": "^2.2.0",
61
61
  "@react-native-community/datetimepicker": "^8.6.0",
62
62
  "@react-native-community/slider": "^5.1.1",
63
- "@react-navigation/bottom-tabs": "^7.9.0",
64
- "@react-navigation/native": "^7.1.26",
65
- "@react-navigation/stack": "^7.6.13",
66
63
  "@tanstack/query-async-storage-persister": "^5.66.7",
67
64
  "@tanstack/react-query": "^5.66.7",
68
65
  "@tanstack/react-query-persist-client": "^5.66.7",
@@ -158,14 +158,5 @@ export type { UseFirestoreMutationOptions } from './presentation/hooks/useFirest
158
158
  export type { UseFirestoreSnapshotOptions } from './presentation/hooks/useFirestoreSnapshot';
159
159
  export type { UseSmartFirestoreSnapshotOptions, BackgroundStrategy } from './presentation/hooks/useSmartFirestoreSnapshot';
160
160
 
161
- export { Timestamp } from 'firebase/firestore';
162
- export type {
163
- CollectionReference,
164
- QueryDocumentSnapshot,
165
- DocumentData,
166
- Transaction,
167
- DocumentReference,
168
- WriteBatch,
169
- DocumentSnapshot,
170
- QuerySnapshot,
171
- } from 'firebase/firestore';
161
+ // Firebase types are available from the 'firebase' package directly
162
+ // Import them in your app: import { Timestamp } from 'firebase/firestore';