fix
This commit is contained in:
2
App.tsx
2
App.tsx
@@ -99,7 +99,7 @@ const styles = StyleSheet.create({
|
|||||||
|
|
||||||
class Api {
|
class Api {
|
||||||
|
|
||||||
public static readonly BASE_URL = 'http://192.168.1.155:16000';
|
public static readonly BASE_URL = 'http://192.168.1.111:16000';
|
||||||
private static _instance: Api | null = null;
|
private static _instance: Api | null = null;
|
||||||
private ws: WebSocket | null = null;
|
private ws: WebSocket | null = null;
|
||||||
private clientId: string = '';
|
private clientId: string = '';
|
||||||
|
|||||||
1
android/.idea/gradle.xml
generated
1
android/.idea/gradle.xml
generated
@@ -26,6 +26,7 @@
|
|||||||
<option value="$PROJECT_DIR$/../node_modules/@react-native-ml-kit/barcode-scanning/android" />
|
<option value="$PROJECT_DIR$/../node_modules/@react-native-ml-kit/barcode-scanning/android" />
|
||||||
<option value="$PROJECT_DIR$/../node_modules/@react-native/gradle-plugin" />
|
<option value="$PROJECT_DIR$/../node_modules/@react-native/gradle-plugin" />
|
||||||
<option value="$PROJECT_DIR$/../node_modules/react-native-fs/android" />
|
<option value="$PROJECT_DIR$/../node_modules/react-native-fs/android" />
|
||||||
|
<option value="$PROJECT_DIR$/../node_modules/react-native-tcp-socket/android" />
|
||||||
<option value="$PROJECT_DIR$/../node_modules/react-native-webview/android" />
|
<option value="$PROJECT_DIR$/../node_modules/react-native-webview/android" />
|
||||||
<option value="$PROJECT_DIR$/../node_modules/rnauto/android" />
|
<option value="$PROJECT_DIR$/../node_modules/rnauto/android" />
|
||||||
<option value="$PROJECT_DIR$/../node_modules/rnwalletman/android" />
|
<option value="$PROJECT_DIR$/../node_modules/rnwalletman/android" />
|
||||||
|
|||||||
Submodule servers/walletman updated: 968e4b49f3...3bf3050270
Reference in New Issue
Block a user