From a25287a9e8ac12c113c3db938f5e22b639fd8fbb Mon Sep 17 00:00:00 2001 From: Pedro Henrique Silva Carvalho Date: Sun, 21 Sep 2025 12:24:05 +0200 Subject: [PATCH] docs: remove duplicate LocaleConfig import in examples (#2726) Fixes #2726 This PR removes the duplicate import of LocaleConfig in the examples docs. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 05d5c0207..757517cdd 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,6 @@ export default App; ### Configuring the locale: ```javascript -import {LocaleConfig} from 'react-native-calendars'; import React, {useState} from 'react'; import {Calendar, LocaleConfig} from 'react-native-calendars';