Skip to content

Conversation

@teodorciuraru
Copy link
Contributor

Summary

Upgrade the bare React Native project from 0.79.1 to 0.82.1 to align with the latest React Native template while preserving all Ditto-specific customizations.

Changes

Dependencies

  • React Native: 0.79.1 → 0.82.1
  • React: 19.0.0 → 19.1.1
  • @react-native packages: 0.79.1 → 0.82.1
  • @react-native-community/cli: 19.0.0 → 20.0.0
  • TypeScript: 5.0.4 → 5.8.3
  • Node requirement: >=18 → >=20

Android Updates

  • Build tools: 35.0.0 → 36.0.0
  • Compile/Target SDK: 35 → 36
  • Kotlin: 2.0.21 → 2.1.20
  • Gradle wrapper: 8.13 → 9.0.0
  • Added edge-to-edge display support property (edgeToEdgeEnabled=false)

iOS Updates

  • Successfully updated Podfile.lock with React Native 0.82.1 dependencies
  • Resolved pod dependency conflicts (fast_float version issues)

Configuration

  • Updated tsconfig.json to use @react-native/typescript-config
  • Updated .gitignore to include .kotlin/
  • Removed yarn.lock (project uses npm)

Testing

  • ✅ iOS build successful (Debug mode)
  • ✅ Android build successful (arm64-v8a)

Notes

  • This upgrade required Ruby 3.1.0 (via rbenv) for successful pod installation
  • All Ditto-specific configurations preserved (react-native-dotenv, custom scripts, macos support)
  • Template files updated to match React Native 0.82.1 defaults where applicable

🤖 Generated with Claude Code

@teodorciuraru teodorciuraru self-assigned this Oct 28, 2025
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.

2 participants