James Kuczmarski

Results 16 comments of James Kuczmarski

I am facing the same issue on my 2021 M1 MacBook Pro. I had tried to install the normal way of ```sh export LDFLAGS="-L/opt/homebrew/opt/openssl@3/lib" export CPPFLAGS="-I/opt/homebrew/opt/openssl@3/include" npm install node-rdkafka ```...

Instead of a standalone tab at the root of the app, I found an api that returns videos for a given game. A new tab can be created for the...

Removing ``` position: 'absolute' ``` from the stylesheet solves this problem but then the suggestion list is rendered over the text input and you can't see what you're typing

Playoff data * data.nba.net ```js "playoffs":{ "roundNum":"2", "confName":"West", "seriesId":"20", "seriesSummaryText":"HOU leads 3-1", "isSeriesCompleted":false, "gameNumInSeries":"4", "isIfNecessary":false, "vTeam":{"seedNum":"1","seriesWin":"3","isSeriesWinner":false}, "hTeam":{"seedNum":"5","seriesWin":"1","isSeriesWinner":false} } ``` * stats.nba.com ```js { "name": "SeriesStandings", "headers":["GAME_ID","HOME_TEAM_ID","VISITOR_TEAM_ID","GAME_DATE_EST","HOME_TEAM_WINS","HOME_TEAM_LOSSES","SERIES_LEADER"], "rowSet":[ ["0041700234",1610612740,1610612744,"2018-05-06T00:00:00",1,3,"Golden State"], ["0041700224",1610612762,1610612745,"2018-05-06T00:00:00",1,3,"Houston"]...

This seems to happen on any iPhone that isn't an X

[Documentation](https://facebook.github.io/react-native/docs/netinfo.html) for handling network events in react native.

https://facebook.github.io/react-native/blog/2018/01/18/implementing-twitters-app-loading-animation-in-react-native.html

resource used: https://medium.com/the-react-native-log/change-default-launch-screen-in-react-native-ios-app-544f94f1e947

Still needs to be added for android.