sAleksovski / react-native-android-widget

Build Android Widgets with React Native
https://sAleksovski.github.io/react-native-android-widget/
MIT License
578 stars 22 forks source link

Can't find the widget #69

Closed kimgh06 closed 7 months ago

kimgh06 commented 7 months ago

I followed the tutorial, the build was succeeded. But There's a problem. I could not find the widget of the application. I share you the screenshot.

I will wait for your answer. Screenshot_20240305-234504_One UI Home

sAleksovski commented 7 months ago

You first need to use a config plugin to register the widget, then you need to build a dev client.

Looks like in your project you have both app.json and app.config.js. Use only one of them, and delete the other one.