File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,10 @@ import {
28
28
VertexAIError ,
29
29
VertexAI ,
30
30
VertexAIOptions ,
31
- } from '@react-native-firebase /ai' ;
32
- import { DEFAULT_LOCATION } from './constants' ;
31
+ } from '. /ai-symlink/index ' ;
32
+ import { DEFAULT_LOCATION } from './ai-symlink/ constants' ;
33
33
import { VertexAIService } from './service' ;
34
34
35
- export * from '@react-native-firebase/ai' ;
36
-
37
35
/**
38
36
* Returns a <code>{@link VertexAI}</code> instance for the given app.
39
37
*
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
import { ReactNativeFirebase } from '@react-native-firebase/app' ;
19
- import { VertexAI , VertexAIOptions } from '@react-native-firebase /ai' ;
20
- import { DEFAULT_LOCATION } from './constants' ;
19
+ import { VertexAI , VertexAIOptions } from '. /ai-symlink/index ' ;
20
+ import { DEFAULT_LOCATION } from './ai-symlink/ constants' ;
21
21
import { FirebaseAuthTypes } from '@react-native-firebase/auth' ;
22
22
import { FirebaseAppCheckTypes } from '@react-native-firebase/app-check' ;
23
23
You can’t perform that action at this time.
0 commit comments