Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion versioned_docs/version-3.2.1/strict-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Strict Mode is a config that you pass into NativeBase config. It takes 3 values

## How to change the mode?

To change the `strictMode` create a `config object` like below and choose you `strictMode` value from `error`,`warn` and `off` which ever suits your use-case :
To change the `strictMode` create a `config object` like below and choose your `strictMode` value from `error`,`warn` and `off` which ever suits your use-case :

```jsx
import { INativebaseConfig, NativeBaseProvider } from 'native-base';
Expand Down