[APP-1331] Migrate app-info to new env (#8703)
* Move env files into directory with platform specific files * Migrate usages of app-info to new env * Fix bad import
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import {AtpSessionData, AtpSessionEvent} from '@atproto/api'
|
||||
import {type AtpSessionData, type AtpSessionEvent} from '@atproto/api'
|
||||
import {sha256} from 'js-sha256'
|
||||
import {Statsig} from 'statsig-react-native-expo'
|
||||
|
||||
import {IS_INTERNAL} from '#/lib/app-info'
|
||||
import {Schema} from '../persisted'
|
||||
import {Action, State} from './reducer'
|
||||
import {SessionAccount} from './types'
|
||||
import {IS_INTERNAL} from '#/env'
|
||||
import {type Schema} from '../persisted'
|
||||
import {type Action, type State} from './reducer'
|
||||
import {type SessionAccount} from './types'
|
||||
|
||||
type Reducer = (state: State, action: Action) => State
|
||||
|
||||
|
||||
Reference in New Issue
Block a user