- 
  Notifications
 You must be signed in to change notification settings 
- Fork 100
Commit 31b634b
fix: move prefab headers inside JavaScriptCore folder (#186)
# Why
following up facebook/react-native#47972 (comment)
# How
move prefab headers into `JavaScriptCore/` directory, so that `#include <JavaScriptCore/JavaScript.h>` in JSCRuntime will not break. this also simulates how JavaScriptCore.framework works.1 parent 9c61fec commit 31b634b
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 11 | 11 |  | |
| 12 | 12 |  | |
| 13 | 13 |  | |
| 14 | + | ||
| 15 | + | ||
| 14 | 16 |  | |
| 15 | 17 |  | |
| 16 | 18 |  | |
|  | |||
| 56 | 58 |  | |
| 57 | 59 |  | |
| 58 | 60 |  | |
| 59 | - | ||
| 61 | + | ||
| 60 | 62 |  | |
| 61 | 63 |  | |
| 62 | 64 |  | |
|  | |||
| 72 | 74 |  | |
| 73 | 75 |  | |
| 74 | 76 |  | |
| 77 | + | ||
| 78 | + | ||
| 79 | + | ||
| 80 | + | ||
| 81 | + | ||
| 82 | + | ||
| 83 | + | ||
| 84 | + | ||
| 75 | 85 |  | |
| 86 | + | ||
| 87 | + | ||
| 76 | 88 |  | |
| 77 | 89 |  | |
| 78 | 90 |  | |
|  | |||
0 commit comments