GeekyAnts / GeekyAnts/NativeBase
Link not aligning with Text
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Link not aligning with Text
### CodeSandbox/Snack link
https://snack.expo.dev/@admehta01/690937?platform=android
### Steps to reproduce
Use `` with `` or ``.
```
const Example = () => {
return
NativeBase is a component library that enables devs to build universal
design systems. It is built on top of React Native, allowing you to
develop apps for Android, iOS and the Web.{" "}
Read More
;
};
```
### NativeBase Version
3.4.0-rc.1
### Platform
- [X] Android
- [ ] CRA
- [ ] Expo
- [ ] iOS
- [ ] Next
### Other Platform
_No response_
### Additional Information
Note how "Read More" is not aligned with the text. This is on Android.

Contributor guide
Assessment
This issue has not been assessed yet.