Skip to content

Commit

Permalink
disable wip react native activity (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
williscool authored Sep 26, 2024
1 parent 0b0d589 commit a46d256
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/app/src/main/res/menu/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
android:id="@+id/my_react_activity"
android:orderInCategory="220"
app:showAsAction="never"
android:title="@string/my_react_activity" />
android:title="@string/my_react_activity"
android:visible="false"
/>

<item
android:id="@+id/action_test_page"
Expand Down

0 comments on commit a46d256

Please sign in to comment.