Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Jan 16, 2024
1 parent be56ff1 commit 964bedb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,17 @@ import { TextImproved } from 'react-native-improved';

// The TextImproved component includes several react-native fixes

<TextImproved>A new text with additional fixes</TextImproved>;
fixes;

function App() {
return <TextImproved>A new text with additional fixes</TextImproved>;
}
```

## Feature Requests

If you want to ask for additional features in this library, you can open an [issue](https://github.com/fabriziobertoglio1987/react-native-improved/issues). I follow-up with your request.

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
Expand Down

0 comments on commit 964bedb

Please sign in to comment.