Skip to content

Commit

Permalink
Update WIP README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarjorieMaillee authored Jun 17, 2024
1 parent e8f99f7 commit 3764ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ On Android, make sure to set `android:windowSoftInputMode` in your `AndroidManif

## Basic Usage

Wrap your form/screen within our ScrollView. Utilizing context requires it to be one level higher for enhanced control over your inputs. Alternatively, you can employ the Higher Order Component (HOC) for this purpose.
Wrap your form/screen within our ScrollView. Utilizing context requires it to be one level higher for enhanced control over your inputs. Alternatively, you can employ the Higher Order Component (HOC) for this purpose. For better results, we recommand using safeAreaProvider from React Native.

```tsx
import { MagicScroll } from '@appandflow/react-native-magic-scroll';
Expand Down

0 comments on commit 3764ca2

Please sign in to comment.