Adds respots under the 'post' tab under profile (#158)

This commit is contained in:
Aryan Goharzad
2023-02-06 13:23:01 -05:00
committed by GitHub
parent bf7b961222
commit 8e91fc3279
3 changed files with 24 additions and 11 deletions
+4
View File
@@ -28,6 +28,10 @@
## Various notes
### Debugging
- Note that since 0.70, debugging using the old debugger (which shows up using CMD+D) doesn't work anymore. Follow the instructions below to debug the code: https://reactnative.dev/docs/next/hermes#debugging-js-on-hermes-using-google-chromes-devtools
### Running E2E Tests
- Make sure you've setup your environment following above