https://linen.dev logo
Join DiscordCommunities
Powered by
# react
  • u

    user

    07/31/2019, 8:32 PM
    Does it compile though?
  • a

    ambitious-knife-25690

    07/31/2019, 8:32 PM
    kt
  • a

    ambitious-knife-25690

    07/31/2019, 8:32 PM
    it does not compile
  • u

    user

    07/31/2019, 8:32 PM
    (I don't have much hope but who know xD)
  • a

    ambitious-knife-25690

    07/31/2019, 8:38 PM
    wahay
  • a

    ambitious-knife-25690

    07/31/2019, 8:38 PM
    restarting vscode stopped the out of control macro errors happening and I was able to see an actual error message
  • a

    ambitious-knife-25690

    07/31/2019, 8:39 PM
    the issue was another component after icon needed their props updating
  • a

    ambitious-knife-25690

    07/31/2019, 8:39 PM
    thanks!
  • u

    user

    07/31/2019, 8:43 PM
    Never trust the lang server / diagnostics :P
  • a

    ambitious-knife-25690

    07/31/2019, 8:47 PM
    I hate when macros error
  • a

    ambitious-knife-25690

    07/31/2019, 8:48 PM
    I don't know anything about them and the errors make it so much worse lol
  • a

    ambitious-knife-25690

    07/31/2019, 8:48 PM
    type a character wrong 50 errors
  • a

    ambitious-knife-25690

    07/31/2019, 11:34 PM
    Is there a trick to hot reloading with react-native with next?
  • a

    ambitious-knife-25690

    07/31/2019, 11:34 PM
    I don't seem to remember it being so awkward to trigger refreshes
  • a

    ambitious-knife-25690

    07/31/2019, 11:34 PM
    sometimes you'll recompile and it wont reload or 10 minutes later it'll reload 6 times (cause you pressed the button 6 times lol)
  • a

    ambitious-knife-25690

    07/31/2019, 11:36 PM
    what seems to be happening now is you recompile, app gets the little "hot reloading..." toast
  • a

    ambitious-knife-25690

    07/31/2019, 11:36 PM
    and then nothing changes
  • u

    user

    08/01/2019, 5:07 AM
    Err, no idea I never used react native
  • a

    ambitious-knife-25690

    08/01/2019, 4:18 PM
    damn :/
  • a

    ambitious-knife-25690

    08/01/2019, 4:19 PM
    need to figure out some way to make this workflow better
  • a

    ambitious-knife-25690

    08/01/2019, 4:19 PM
    cause coconut + react/native as an introductory is pretty amazing
  • a

    ambitious-knife-25690

    08/01/2019, 4:19 PM
    I've only done a test file with a header and I already feel like i'm being spoilt
  • a

    ambitious-knife-25690

    09/15/2019, 1:09 PM
    Hackintosh works more reliably
  • a

    ambitious-knife-25690

    09/15/2019, 1:10 PM
    (In terms of hotreloading)
  • a

    ambitious-knife-25690

    09/17/2019, 10:20 AM
    I need some extern advice, it seems that react-native-firebase has changed their setup a bit inregards to externs so i'm trying to update the project to work with it
  • a

    ambitious-knife-25690

    09/17/2019, 10:21 AM
    I can access
    Firebase
    but can't find the sub components (auth, firestore etc)
  • a

    ambitious-knife-25690

    09/17/2019, 10:21 AM
    I've installed firestore and run the setup stuff
  • a

    ambitious-knife-25690

    09/17/2019, 10:21 AM
    This is all I can get out of it :/
  • a

    ambitious-knife-25690

    09/17/2019, 10:22 AM
    Firebase
    externs are mapped to:
    @:jsRequire('@react-native-firebase/app')
    now
  • a

    ambitious-knife-25690

    09/17/2019, 10:22 AM
    Firestore
    is now installed to
    @:jsRequire('@react-native-firebase/app/firestore')
1...151617...80Latest