⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
APPFORSOLAR
All Projects
APPFORSOLAR
+
New issue
New wiki page
Overview
Activity
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Download (640 Bytes)
Feature #10308
» react-native-config.d.ts
Thirupathirao Uppu
, 08/10/2026 11:37 AM
/**
* Ambient types for react-native-config.
* Keys must stay in sync with scripts/switch-tenant.js → .env
*/
declare
module
'
react-native-config
'
{
export
interface
NativeConfig
{
APP_TENANT
?:
string
;
APP_NAME
?:
string
;
APP_DISPLAY_NAME
?:
string
;
APP_SLUG
?:
string
;
ANDROID_APP_ID
?:
string
;
IOS_BUNDLE_ID
?:
string
;
API_BASE_URL
?:
string
;
SOCKET_URL
?:
string
;
API_TIMEOUT_MS
?:
string
;
COMPANY_LEGAL_NAME
?:
string
;
SUPPORT_EMAIL
?:
string
;
PRIMARY_COLOR
?:
string
;
SECONDARY_COLOR
?:
string
;
NODE_ENV
?:
string
;
}
export
const
Config
:
NativeConfig
;
export
default
Config
;
}
« Previous
1
2
Next »
(1-1/2)
Loading...