Mark Tuttle

Results 5 comments of Mark Tuttle

Have both of you been successful in getting this to run on mobile?

Here's what I have in NewBracket.tsx: ```import React, { useState, useEffect, } from 'react'; import { View, Text } from 'react-native'; import { Bracket, IRoundProps } from 'react-brackets'; const rounds:...

Sorry @Oliver-Looney , I'm not sure if I follow your suggestion. That const statement looks identical to what I have, unless you are suggesting I remove the export?

Ha, sorry for the mixup.

Hi @Oliver-Looney, I was wondering if you had any more insights you could share.