From c62ae1df08ba92ba7e82c490132928111282ef0b Mon Sep 17 00:00:00 2001 From: Nisal <30633436+nisalVD@users.noreply.github.com> Date: Thu, 28 Feb 2019 16:23:28 +1100 Subject: [PATCH] Add style-sheet-object-names to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5be359a..409e216 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,14 @@ In order to whitelist all *browser-like* globals, add `react-native/react-native } ``` +To use another stylesheet providers. + +```json +settings: { + 'react-native/style-sheet-object-names': ['EStyleSheet', 'OtherStyleSheet', 'PStyleSheet'] +} +``` + Finally, enable all of the rules that you would like to use. ```json