> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/expo/expo/llms.txt
> Use this file to discover all available pages before exploring further.

# Community Resources

> Get help, contribute, and connect with the Expo community.

Connect with the Expo community, get help, and contribute to the project.

## Getting Help

### Discord

Join the Expo Discord for real-time chat and support.

<Card title="Expo Discord" icon="discord" href="https://chat.expo.dev">
  Join 50,000+ developers discussing Expo
</Card>

**Channels:**

* `#help` - General questions and troubleshooting
* `#eas` - EAS Build, Submit, and Update questions
* `#expo-router` - Expo Router specific help
* `#showcase` - Share your projects
* `#jobs` - Job postings and opportunities

**Best Practices:**

* Search before asking
* Provide code snippets and error messages
* Use threads for discussions
* Be respectful and patient

### Forums

The Expo Forums are great for in-depth discussions and searchable questions.

<Card title="Expo Forums" icon="discourse" href="https://forums.expo.dev">
  Browse discussions and ask questions
</Card>

**Categories:**

* Questions - Get help with your project
* Feature Requests - Suggest new features
* Show and Tell - Share what you've built
* EAS - EAS-specific discussions
* Expo Router - Router discussions

### Stack Overflow

Ask questions on Stack Overflow with the `expo` tag.

<Card title="Stack Overflow" icon="stack-overflow" href="https://stackoverflow.com/questions/tagged/expo">
  Browse 10,000+ Expo questions
</Card>

**Tips:**

* Tag with `expo` and relevant package names
* Provide minimal reproducible example
* Include version information
* Search existing questions first

### Reddit

Join discussions on the Expo subreddit.

<Card title="r/expo" icon="reddit" href="https://reddit.com/r/expo">
  Community discussions and news
</Card>

## Documentation

### Official Documentation

<Card title="Expo Documentation" icon="book" href="https://docs.expo.dev">
  Comprehensive guides and API references
</Card>

**Key Sections:**

* Get Started - Setup and first app
* Develop - Core development guides
* Deploy - Building and publishing
* API Reference - Complete API docs
* Guides - In-depth tutorials

### API Reference

* [expo Package](/reference/expo-package)
* [Expo Modules Core](/reference/expo-modules-core)
* [Config Schema](/reference/config-schema)
* [CLI Reference](/reference/cli-reference)

### Video Tutorials

<Card title="Expo YouTube Channel" icon="youtube" href="https://www.youtube.com/@expo">
  Tutorials, talks, and demos
</Card>

**Popular Playlists:**

* Getting Started with Expo
* Expo Router Deep Dive
* EAS Build & Submit
* Conference Talks

## Contributing

### GitHub

Contribute to Expo on GitHub.

<Card title="Expo on GitHub" icon="github" href="https://github.com/expo/expo">
  Source code, issues, and pull requests
</Card>

### How to Contribute

**1. Report Bugs**

Found a bug? Create an issue:

1. Search [existing issues](https://github.com/expo/expo/issues)
2. If not found, [create new issue](https://github.com/expo/expo/issues/new/choose)
3. Use the bug report template
4. Include:
   * Clear description
   * Reproduction steps
   * Expected vs actual behavior
   * Expo SDK version
   * Platform (iOS/Android/Web)
   * Code snippet or repo

**2. Request Features**

Suggest new features:

1. Check [feature requests](https://expo.canny.io/)
2. Vote on existing requests
3. Create new feature request with:
   * Use case description
   * Proposed API/implementation
   * Alternatives considered

**3. Submit Pull Requests**

Contribute code:

1. Read [Contributing Guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md)
2. Fork the repository
3. Create a branch:
   ```bash theme={null}
   git checkout -b fix/my-bug-fix
   ```
4. Make changes and test:
   ```bash theme={null}
   cd packages/expo-camera
   yarn build
   yarn test
   ```
5. Commit with clear message:
   ```bash theme={null}
   git commit -m "[expo-camera] Fix autofocus on Android"
   ```
6. Push and create PR:
   ```bash theme={null}
   git push origin fix/my-bug-fix
   ```
7. Fill out PR template

**PR Guidelines:**

* One feature/fix per PR
* Include tests
* Update documentation
* Follow code style
* Add changelog entry
* Link related issues

### Contributing Guide

<Card title="Contributing Guide" icon="github" href="https://github.com/expo/expo/blob/main/CONTRIBUTING.md">
  Detailed guide for contributors
</Card>

**Key Topics:**

* Development setup
* Project structure
* Testing practices
* Commit message format
* Code style guidelines

### Development Setup

**Prerequisites:**

* Node.js 18+
* Yarn or npm
* Git
* macOS for iOS development
* Android Studio for Android

**Setup:**

```bash theme={null}
# Clone repository
git clone https://github.com/expo/expo.git
cd expo

# Install dependencies
yarn install

# Setup for native development (optional)
npm run setup:native

# Run bare-expo test app
cd apps/bare-expo
yarn ios  # or yarn android
```

See [CONTRIBUTING.md](https://github.com/expo/expo/blob/main/CONTRIBUTING.md) for complete setup.

## Community Projects

### Expo Examples

<Card title="Expo Examples" icon="github" href="https://github.com/expo/examples">
  Example projects and templates
</Card>

**Featured Examples:**

* Authentication patterns
* Navigation setups
* State management
* API integrations
* Platform-specific code

### Awesome Expo

<Card title="Awesome Expo" icon="github" href="https://github.com/expo/awesome-expo">
  Curated list of Expo resources
</Card>

**Includes:**

* Libraries and tools
* Tutorials and courses
* Open source apps
* Component libraries
* Development tools

### React Native Directory

<Card title="React Native Directory" icon="react" href="https://reactnative.directory">
  Search for compatible libraries
</Card>

Filter by:

* Expo compatibility
* Platform support
* Popularity
* Last updated

## Social Media

### Twitter/X

Follow Expo for updates and announcements.

<Card title="@expo" icon="twitter" href="https://twitter.com/expo">
  Latest news and updates
</Card>

### LinkedIn

<Card title="Expo on LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/expo-dev">
  Company updates and articles
</Card>

## Events

### App.js Conf

Expo's annual conference for React Native developers.

<Card title="App.js Conf" icon="calendar" href="https://appjs.co">
  Annual React Native conference
</Card>

**Features:**

* Technical talks
* Workshops
* Networking
* Product announcements

### Meetups

Find local Expo and React Native meetups:

* [Meetup.com - React Native groups](https://www.meetup.com/topics/react-native/)
* Check Discord for virtual meetups
* Host your own meetup!

## Learning Resources

### Official Courses

<Card title="Expo Learn" icon="graduation-cap" href="https://docs.expo.dev/tutorial/introduction">
  Free interactive tutorials
</Card>

### Community Courses

**Recommended:**

* [React Native School](https://www.reactnativeschool.com/)
* [Udemy Expo Courses](https://www.udemy.com/courses/search/?q=expo)
* [freeCodeCamp Tutorials](https://www.freecodecamp.org/news/tag/expo/)
* [YouTube Tutorials](https://www.youtube.com/results?search_query=expo+tutorial)

### Blogs

<Card title="Expo Blog" icon="rss" href="https://blog.expo.dev">
  Official Expo blog
</Card>

**Topics:**

* Product updates
* Technical deep-dives
* Best practices
* Case studies
* Announcements

### Podcasts

**React Native Radio:**

* Interviews with maintainers
* Latest React Native news
* [Listen here](https://reactnativeradio.com/)

## Support Plans

### Free Support

Free resources:

* Documentation
* Discord community
* Forums
* Stack Overflow
* GitHub issues

### EAS Priority Support

For EAS customers:

* Priority Discord channel
* Faster response times
* Direct engineering support
* Part of EAS Production plan

<Card title="EAS Plans" icon="building" href="https://expo.dev/pricing">
  View pricing and features
</Card>

## Code of Conduct

Expo follows a Code of Conduct for all community spaces.

<Card title="Code of Conduct" icon="heart" href="https://github.com/expo/expo/blob/main/CODE_OF_CONDUCT.md">
  Read our community guidelines
</Card>

**Key Principles:**

* Be respectful and inclusive
* Welcome newcomers
* Assume good intentions
* No harassment or discrimination
* Report violations to [conduct@expo.dev](mailto:conduct@expo.dev)

## Hiring & Jobs

### Job Board

Find Expo and React Native jobs:

* `#jobs` channel on Discord
* [React Native Jobs](https://reactnative.jobs/)
* [RemoteOK - React Native](https://remoteok.com/remote-react-native-jobs)

### Working at Expo

<Card title="Careers at Expo" icon="briefcase" href="https://expo.dev/careers">
  Join the Expo team
</Card>

## Newsletter

Stay updated with the Expo newsletter:

<Card title="Subscribe to Newsletter" icon="envelope" href="https://expo.dev/newsletter">
  Monthly updates and tips
</Card>

**Includes:**

* Product announcements
* Community highlights
* Tutorials and guides
* Job postings

## Security

Report security vulnerabilities:

<Card title="Security Policy" icon="shield" href="https://github.com/expo/expo/blob/main/SECURITY.md">
  Responsible disclosure guidelines
</Card>

**Contact:**

* Email: [secure@expo.dev](mailto:secure@expo.dev)
* Do not create public issues for vulnerabilities
* Include detailed reproduction steps

## Enterprise

For enterprise needs:

<Card title="Enterprise Solutions" icon="building" href="https://expo.dev/enterprise">
  Custom support and SLAs
</Card>

**Features:**

* Dedicated support
* Custom SLAs
* Training and consulting
* Priority feature requests

## Related Documentation

* [FAQ](/reference/faq)
* [Troubleshooting](/reference/troubleshooting)
* [Contributing Guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md)
* [Code of Conduct](https://github.com/expo/expo/blob/main/CODE_OF_CONDUCT.md)
