13
gitpush
6y

Fucking hell with React Naive! Spent all day making a screen and that bitch looked messed up on Android but working as intended on iOS!

I fucking hate that shit hybrid shit apps!

Comments
  • 3
    React Native developers: Pfft, nobody cares about Android, iOS is the best! Let's fix Android bugs rarely!
    Everyone: Fuck you React Native developers for not supporting Android!
    React Native developers: iOS is still the best!
    Everyone: Let's switch to Android Studio and Xcode, it's not worth it.
    React Native developers: Nah, iOS is the best!
  • 0
    @mishaor I wish I could switch, but is in the requirements T_T
  • 1
    @gitpush try to:
    1. yarn eject the app
    2. open it in android studio/xcode
    3. remove all references of react native and write native code instead
    4. make react native code to be a layout dummy
    5. make sure that nobody will notice that the app is native
    7. enjoy!
    or an idiot method:
    1. make native SDK project
    2. implement a webview
    3. make a react app which would do the same thing
    4. throw it into a data folder and point webview to it
    5. on "This is just an app with React webview!" respond with "No, that's a React **native** app."
    6. do not enjoy!
    (note that these are not actual tips)
  • 0
    @mishaor oh I wish T_T
  • 1
    "React naive" sounds like a poorly designed version of React.
Add Comment