This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-react
mirror of
https://github.com/status-im/status-react.git
Watch
2
Star
0
Fork
You've already forked status-react
0
Code
Issues
Projects
Releases
Wiki
Activity
68ad4fe086
status-react
/
.eslintrc.js
5 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Upgrade react-native to 0.60.5 - Use community net-info, react-native-webview instead of deprecated react-native classes - Remove react-native-tcp - Upgrade react-native libs (react-native-camera, react-native-firebase, react-native-mail, react-native-udp, react-native-webview-bridge) - Do not include `:react-native-android` module explicitly - Take advantage of RN AutoLinking - nix: Update Gradle dependencies
2019-08-06 16:16:51 +00:00
module
.
exports
=
{
Update prettier config for the project. (#16303) * Update prettier config for the project. * Add prettier to make lint-fix.
2023-06-19 13:39:12 +00:00
root
:
true
,
extends
:
'@react-native-community'
,
}
;