Skip to content

Commit

Permalink
note for preact hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Oct 24, 2022
1 parent 9037a43 commit 74c2e0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ import { SafeAreaView, View, Text, TextInput } from '@barelyhuman/preact-native'
4. Once the above is setup, you can just go ahead and write preact components as
usual.

> **Note**: instead of `preact/hooks` please use `@preact/signals` for the time
> being, once fixed this note will be removed
**Eg:**

```js
Expand Down

0 comments on commit 74c2e0e

Please sign in to comment.