Package Exports
- react-native-furi
- react-native-furi/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-furi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-furi
Japanese Furigana component for react-native
Installation
yarn add react-native-furi
Basic Usage
import Furi from 'react-native-furi'
Code
<Furi
style={{ }}
value={[
{ value: "北海道", furi: 'ほっかいどう' },
{ value: "ほっかいどう", furi: '' },
]}
valueStyle={{
// fontFamily: '',
color: 'black',
borderColor: 'black',
borderWidth: 0,
}}
furiStyle={{
// fontFamily: '',
borderColor: 'red',
borderWidth: 0,
}}
showFuri={true}
mode="right"
size={13}
/>
android App
https://play.google.com/store/apps/details?id=org.eseom.ikoitiniti