feat: migrate AppDelegate to Swift and remove legacy files for improved architecture#660
feat: migrate AppDelegate to Swift and remove legacy files for improved architecture#660lposen wants to merge 10 commits into
Conversation
…update types for SDK functions
…nse types for better null handling
❌ 5 blocking issues (5 total)
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
| @@ -0,0 +1,113 @@ | |||
| import { type TurboModule, TurboModuleRegistry } from 'react-native'; | |||
There was a problem hiding this comment.
| @@ -0,0 +1,4 @@ | |||
| import { NativeEventEmitter, NativeModules } from 'react-native'; | |||
There was a problem hiding this comment.
| @@ -0,0 +1,9 @@ | |||
| import TurboIterableModule from './NativeRNIterableApi'; // new arch | |||
There was a problem hiding this comment.
| ) { | ||
| Iterable?.logger?.log('updateUser'); | ||
|
|
||
| // @ts-ignore |
There was a problem hiding this comment.
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free. [eslint:@typescript-eslint/ban-ts-comment]
| // @ts-ignore | |
| // @ts-expect-error |
Replace "@ts-ignore" with "@ts-expect-error".
| useInMemoryStorageForInApps: this.useInMemoryStorageForInApps, | ||
| // @ts-ignore | ||
| dataRegion: this.dataRegion, | ||
| // @ts-ignore |
There was a problem hiding this comment.
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free. [eslint:@typescript-eslint/ban-ts-comment]
| // @ts-ignore | |
| // @ts-expect-error |
Replace "@ts-ignore" with "@ts-expect-error".
| @@ -0,0 +1,113 @@ | |||
| import { type TurboModule, TurboModuleRegistry } from 'react-native'; | |||
There was a problem hiding this comment.
| @@ -0,0 +1,4 @@ | |||
| import { NativeEventEmitter, NativeModules } from 'react-native'; | |||
There was a problem hiding this comment.
| @@ -0,0 +1,9 @@ | |||
| import TurboIterableModule from './NativeRNIterableApi'; // new arch | |||
There was a problem hiding this comment.
| ) { | ||
| Iterable?.logger?.log('updateUser'); | ||
|
|
||
| // @ts-ignore |
There was a problem hiding this comment.
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free. [eslint:@typescript-eslint/ban-ts-comment]
| // @ts-ignore | |
| // @ts-expect-error |
Replace "@ts-ignore" with "@ts-expect-error".
| useInMemoryStorageForInApps: this.useInMemoryStorageForInApps, | ||
| // @ts-ignore | ||
| dataRegion: this.dataRegion, | ||
| // @ts-ignore |
There was a problem hiding this comment.
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free. [eslint:@typescript-eslint/ban-ts-comment]
| // @ts-ignore | |
| // @ts-expect-error |
Replace "@ts-ignore" with "@ts-expect-error".
🔹 JIRA Ticket(s) if any
✏️ Description