Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add #2675

Merged
merged 2 commits into from
Mar 4, 2025
Merged

add #2675

merged 2 commits into from
Mar 4, 2025

Conversation

brock-statsig
Copy link
Contributor

No description provided.

add

```tsx
export function App() {
const loadingComponent = <div>Loading...</div>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is React Native code, <div> elements are not available. The <Text> component from React Native should be used instead. Don't forget to import it with:

import { Text } from 'react-native';

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

@jasonwzm
Copy link
Member

jasonwzm commented Mar 4, 2025

@jasonwzm jasonwzm temporarily deployed to pull request March 4, 2025 03:19 Inactive

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@brock-statsig brock-statsig enabled auto-merge (squash) March 4, 2025 03:25
@jasonwzm jasonwzm temporarily deployed to pull request March 4, 2025 03:27 Inactive
@brock-statsig brock-statsig merged commit 6f4fc92 into main Mar 4, 2025
3 checks passed
@brock-statsig brock-statsig deleted the expo-init branch March 4, 2025 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants