|
80 | 80 | β βββ TrueSheetDragEvents.mm/.h |
81 | 81 | β βββ TrueSheetFocusEvents.mm/.h |
82 | 82 | βββ utils/ |
83 | | - βββ LayoutUtil.mm/.h |
| 83 | + βββ BlurUtil.mm/.h |
84 | 84 | βββ GestureUtil.mm/.h |
| 85 | + βββ LayoutUtil.mm/.h |
| 86 | + βββ PlatformUtil.h |
85 | 87 | βββ WindowUtil.mm/.h |
86 | 88 |
|
87 | 89 | android/src/main/java/com/lodev09/truesheet/ |
@@ -113,6 +115,7 @@ android/src/main/java/com/lodev09/truesheet/ |
113 | 115 | β βββ TrueSheetLifecycleEvents.kt |
114 | 116 | β βββ TrueSheetStateEvents.kt |
115 | 117 | βββ utils/ |
| 118 | + βββ KeyboardUtils.kt |
116 | 119 | βββ ScreenUtils.kt |
117 | 120 |
|
118 | 121 | common/cpp/react/renderer/components/TrueSheetSpec/ |
@@ -145,6 +148,16 @@ TrueSheetView (host view - hidden, manages state) |
145 | 148 | 2. Create event class in `ios/events/` and `android/.../events/` |
146 | 149 | 3. Emit from native view |
147 | 150 |
|
| 151 | +### Creating a Pull Request |
| 152 | + |
| 153 | +When creating a PR, use the template from `.github/PULL_REQUEST_TEMPLATE.md`: |
| 154 | + |
| 155 | +1. **Summary** - Describe what the PR does and why |
| 156 | +2. **Type of Change** - Select one: Bug fix, New feature, Breaking change, or Documentation update |
| 157 | +3. **Test Plan** - Explain how the changes were tested |
| 158 | +4. **Screenshots / Videos** - Include if applicable |
| 159 | +5. **Checklist** - Mark platforms tested (iOS, Android, Web) and documentation updates |
| 160 | + |
148 | 161 | ## Commands |
149 | 162 |
|
150 | 163 | See `package.json` scripts. |
0 commit comments