React Native Guideline: Native — Use Expo when possible. Description: Simplified development. Do: Expo for standard features. Don't: Bare RN for simple apps. Good Example: expo install package. Bad Example: react-native link package. Severity: Low. Docs: https://docs.expo.dev/.