Files
self/app/react-native.config.cjs
Seshanth.S🐺 5702f55039 fix: CLA not supported (#1027)
* fix: CLA not supported

* fix "yarn android" building

* remove unnecessary commands

---------

Co-authored-by: Justin Hernandez <justin.hernandez@self.xyz>
2025-09-09 12:54:03 -07:00

12 lines
339 B
JavaScript

// SPDX-FileCopyrightText: 2025 Social Connect Labs, Inc.
// SPDX-License-Identifier: BUSL-1.1
// NOTE: Converts to Apache-2.0 on 2029-06-11 per LICENSE.
module.exports = {
project: { ios: {}, android: {} },
dependencies: {
'@selfxyz/mobile-sdk-alpha': { platforms: { android: null } },
},
assets: ['../src/assets/fonts'],
};