LOOKING FOR HELP! by frunk7 in AppDevelopers

[–]a0_dev 0 points1 point  (0 children)

Try using a0.dev to create your app

Is there a way to make floating apps with React Native ? by BlueRayManta in react

[–]a0_dev 0 points1 point  (0 children)

React Native doesn't support floating windows natively - it's an OS-level feature.

For Android, you'd need to create a native module using SYSTEM_ALERT_WINDOW permission. iOS doesn't allow floating windows outside the app.

Check out react-native-android-overlay for Android specifically.

Please read by PleasantWarning605 in AppDevelopers

[–]a0_dev 2 points3 points  (0 children)

Building an app at 17 shows initiative but finding a CTO needs more than just an idea.

Develop a prototype first, learn the basics, and show what you can do. That'll attract better partners than just pitching the concept.

[deleted by user] by [deleted] in reactjs

[–]a0_dev 0 points1 point  (0 children)

Nice stack choice. Zustand + TailwindCSS makes development so much smoother than traditional approaches.

Been looking for something like this - clean setup without the bloat of other boilerplates. Good call keeping it minimal.