DEV Community

Adeoye Enoch Olamilekan
Adeoye Enoch Olamilekan

Posted on

⚡ React Native Tip #47

Don't use console.log in production.

Use react-native-logs instead:
- Filter by level
- Write to file
- Send to crashlytics

Your future debugging self will thank you.

Save this

Top comments (0)