ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
603 stars 154 forks source link

How do you manually link? #211

Open russmenum opened 2 years ago

russmenum commented 2 years ago

This package seems not to support auto-linking

react-native link react-native-tts

results in

zsh: command not found: react-native

What files do you need to manually add to link it? They are not in the documentation

if you do

npx react-native link react-native-tts

you still get

Possible Unhandled Promise Rejection (id: 8):
Error: No TTS engine installed
wjoeyu commented 1 year ago

Did u try running npx react-native-asset? This is the method to link assets and depdencies after React-Native v0.69.