yeah. exactly my title. I have a text field and since I’m using \n for new lines, I tried to use \t to add in a tab to the text. I hit save, it tried to run, and I got an error for line 62. The problem is, line 62 deals with a header box I have. The error is "unexpected symbol near ‘=’ ". I didn’t touch this line.
I’ve tried checking the console- no more information than the pop-up in the simulator. The rest of the error is essentially just “there’s an error from main.lua line 25,” but line 25 is just a composer line that sends the app to the reflIndex.lua file I’m working on where the error is on line 62 as mentioned above.
I’m Attaching the reflIndex.lua file alone currently if someone wouldn’t mind checking it out. I know it’s messy but I’m currently learning and building this at the same time and I try to clean up what I KNOW for a fact I don’t need (even as a reference) as I go. If the full source is needed, please comment and I’ll upload everything to my G Drive and share from there.
-Thanks