<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tagg-frontend.git/ios/Podfile, branch master</title>
<subtitle>A dead social media startup from Brown University in react native. Here for code quality purposes.
</subtitle>
<id>https://git.mfoi.dev/tagg-frontend.git/atom?h=master</id>
<link rel='self' href='https://git.mfoi.dev/tagg-frontend.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/'/>
<updated>2021-06-22T19:06:17Z</updated>
<entry>
<title>Remove unused library</title>
<updated>2021-06-22T19:06:17Z</updated>
<author>
<name>Shravya Ramesh</name>
<email>37447613+shravyaramesh@users.noreply.github.com</email>
</author>
<published>2021-06-22T19:06:17Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=543bc0eb5fb39bdc69145da3a75c0c683e2f30d2'/>
<id>urn:sha1:543bc0eb5fb39bdc69145da3a75c0c683e2f30d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>image cropper dump</title>
<updated>2021-06-16T08:58:59Z</updated>
<author>
<name>Shravya Ramesh</name>
<email>shravs1208@gmail.com</email>
</author>
<published>2021-06-16T08:58:59Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=f3134bbe9b8bc84a906ca1dac46959b360dd243f'/>
<id>urn:sha1:f3134bbe9b8bc84a906ca1dac46959b360dd243f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Altered Podfile to use earlier version of flipper</title>
<updated>2021-05-05T19:11:07Z</updated>
<author>
<name>brian-tagg</name>
<email>brian@tagg.id</email>
</author>
<published>2021-05-05T19:11:07Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=658026fbb14a46768f64929e118cc3cda3ef4ac9'/>
<id>urn:sha1:658026fbb14a46768f64929e118cc3cda3ef4ac9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Flipper folly podspec udpate</title>
<updated>2021-02-18T18:12:25Z</updated>
<author>
<name>ankit-thanekar007</name>
<email>ankit.thanekar007@gmail.com</email>
</author>
<published>2021-02-18T18:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=5f47840241b842b5b97560339619642253749be0'/>
<id>urn:sha1:5f47840241b842b5b97560339619642253749be0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>comment out flipper since it was giving us build issues</title>
<updated>2021-02-09T17:00:36Z</updated>
<author>
<name>Ivan Chen</name>
<email>ivan@tagg.id</email>
</author>
<published>2021-02-09T17:00:36Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=d4f0d4188994c9523655e053c65cba61dbb66736'/>
<id>urn:sha1:d4f0d4188994c9523655e053c65cba61dbb66736</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[TMA-288] notifications frontend infra (#154)</title>
<updated>2020-12-29T19:41:57Z</updated>
<author>
<name>Shravya Ramesh</name>
<email>37447613+shravyaramesh@users.noreply.github.com</email>
</author>
<published>2020-12-29T19:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=05cd91206a6ce3361097d9eb408a447eae3d120e'/>
<id>urn:sha1:05cd91206a6ce3361097d9eb408a447eae3d120e</id>
<content type='text'>
* Configured settings to enable remote notifications

* Added FCM services

* Added background message handler + api calls

* minor fixes

* minor changes requested from pr</content>
</entry>
<entry>
<title>upgrade RN (#44)</title>
<updated>2020-10-07T04:49:36Z</updated>
<author>
<name>Husam Salhab</name>
<email>47015061+hsalhab@users.noreply.github.com</email>
</author>
<published>2020-10-07T04:49:36Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=8aafec40501b2236f127cf9175e8a21eb31ee9b0'/>
<id>urn:sha1:8aafec40501b2236f127cf9175e8a21eb31ee9b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[TMA-122] User Profile Screen UI (#27)</title>
<updated>2020-08-05T21:15:06Z</updated>
<author>
<name>Leon Jiang</name>
<email>35908040+leonyjiang@users.noreply.github.com</email>
</author>
<published>2020-08-05T21:15:06Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=1279249ee9355f88913578f51e3b0bf7d99672f6'/>
<id>urn:sha1:1279249ee9355f88913578f51e3b0bf7d99672f6</id>
<content type='text'>
* Fix yarn lint issues

* Add react-native-svg to project

* Create UserType &amp; PostType

* Create temporary Post component

* Fix import cycle warning, update AuthContext

* Update onboarding screen imports

* Update config files

* Add rn-fetch-blob package

* Update types

* Add profile fetching to AuthContext

* Update post component

* Import placeholder images from designs

* Add profile UI components

* Create screen offset constants

* Add new api endpoints

* Create screen layout utils

* Create Profile screen UI

* Remove some unused styling

* Restructure ProfileScreen and fix animations

* Add gradient back to screen

* Update Moment circle styling</content>
</entry>
<entry>
<title>initial commit, add react-native/typescript boilerplate</title>
<updated>2020-06-24T07:23:26Z</updated>
<author>
<name>Leon Jiang</name>
<email>leon.jiangy@gmail.com</email>
</author>
<published>2020-06-24T07:23:26Z</published>
<link rel='alternate' type='text/html' href='https://git.mfoi.dev/tagg-frontend.git/commit/?id=a642f52d519543d9ece4bb525e99ebc281fa6887'/>
<id>urn:sha1:a642f52d519543d9ece4bb525e99ebc281fa6887</id>
<content type='text'>
</content>
</entry>
</feed>
