mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Apply BSL to app codebase (#639)
* Clean up root license wording * Simplify SPDX header * simplify license and rename BSL to BUSL * fix merge issues * fix missing method --------- Co-authored-by: Justin Hernandez <transphorm@gmail.com>
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React from 'react';
|
||||
import { Platform } from 'react-native';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React from 'react';
|
||||
import { StyleSheet, View } from 'react-native';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import type { SelfAppDisclosureConfig } from '@selfxyz/common';
|
||||
import { Country3LetterCode, countryCodes } from '@selfxyz/common';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React from 'react';
|
||||
import { Text, View } from 'react-native';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import Clipboard from '@react-native-clipboard/clipboard';
|
||||
import React, { useCallback, useState } from 'react';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { ChevronLeft, X } from '@tamagui/lucide-icons';
|
||||
import React, { useMemo } from 'react';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { NativeStackHeaderProps } from '@react-navigation/native-stack';
|
||||
import React from 'react';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { NativeStackHeaderProps } from '@react-navigation/native-stack';
|
||||
import React from 'react';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import {
|
||||
NativeStackHeaderProps,
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
export { DefaultNavBar } from './DefaultNavBar';
|
||||
export { HomeNavBar } from './HomeNavBar';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React from 'react';
|
||||
import { StyleSheet, View, ViewStyle } from 'react-native';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React from 'react';
|
||||
import { Text, View } from 'tamagui';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React from 'react';
|
||||
import { StyleSheet, ViewStyle } from 'react-native';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { useMachine } from '@xstate/react';
|
||||
import React, { useEffect } from 'react';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React from 'react';
|
||||
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import {
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React from 'react';
|
||||
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
export const pressedStyle = { transform: [{ scale: 0.99 }], opacity: 0.85 };
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React, { useCallback } from 'react';
|
||||
import {
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React, { useCallback } from 'react';
|
||||
import {
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React, { useEffect, useRef } from 'react';
|
||||
import { NativeSyntheticEvent, requireNativeComponent } from 'react-native';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React from 'react';
|
||||
import { StyleSheet, Text, TextProps } from 'react-native';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { styled, Text } from 'tamagui';
|
||||
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { styled } from 'tamagui';
|
||||
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React from 'react';
|
||||
import { StyleSheet, Text, TextProps } from 'react-native';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import React from 'react';
|
||||
import { StyleSheet } from 'react-native';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { styled, Text } from 'tamagui';
|
||||
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { styled, Text } from 'tamagui';
|
||||
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { StyleProp, TextStyle } from 'react-native';
|
||||
import { styled, Text } from 'tamagui';
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
// Copyright (c) 2025 Social Connect Labs, Inc.
|
||||
//
|
||||
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
|
||||
//
|
||||
// Use of this software is governed by the Business Source License included in the LICENSE file.
|
||||
//
|
||||
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
|
||||
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
||||
|
||||
import { StyleSheet } from 'react-native';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user