|
| 1 | +--- |
| 2 | +title: Compatibility |
| 3 | +slug: /other/compatibility |
| 4 | +description: 'React Native ExecuTorch compatibility table showing which versions of React Native are supported.' |
| 5 | +--- |
| 6 | + |
| 7 | +import styles from '@site/src/components/CompatibilityTable/styles.module.css'; |
| 8 | + |
| 9 | +## New Architecture (Fabric) |
| 10 | + |
| 11 | +React Native ExecuTorch supports only the [New Architecture](https://reactnative.dev/architecture/landing-page) of React Native. |
| 12 | + |
| 13 | +## react-native-executorch |
| 14 | + |
| 15 | +<div className={styles.compatibility}> |
| 16 | + <table> |
| 17 | + <thead> |
| 18 | + <tr> |
| 19 | + <th rowSpan={2}>React Native ExecuTorch</th> |
| 20 | + <th colSpan={6}>React Native version</th> |
| 21 | + </tr> |
| 22 | + <tr> |
| 23 | + <th>0.78</th> |
| 24 | + <th>0.79</th> |
| 25 | + <th>0.80</th> |
| 26 | + <th>0.81</th> |
| 27 | + <th>0.82</th> |
| 28 | + <th>0.83</th> |
| 29 | + </tr> |
| 30 | + </thead> |
| 31 | + <tbody> |
| 32 | + <tr> |
| 33 | + <td><div className={styles.version}>0.8.x</div></td> |
| 34 | + <td><div className={styles.notSupported}>no</div></td> |
| 35 | + <td><div className={styles.notSupported}>no</div></td> |
| 36 | + <td><div className={styles.notSupported}>no</div></td> |
| 37 | + <td><div className={styles.supported}>yes</div></td> |
| 38 | + <td><div className={styles.supported}>yes</div></td> |
| 39 | + <td><div className={styles.supported}>yes</div></td> |
| 40 | + </tr> |
| 41 | + </tbody> |
| 42 | + </table> |
| 43 | +</div> |
| 44 | + |
| 45 | +## react-native-executorch-bare-resource-fetcher |
| 46 | + |
| 47 | +<div className={styles.compatibility}> |
| 48 | + <table> |
| 49 | + <thead> |
| 50 | + <tr> |
| 51 | + <th rowSpan={2}>Bare Resource Fetcher</th> |
| 52 | + <th colSpan={6}>React Native version</th> |
| 53 | + </tr> |
| 54 | + <tr> |
| 55 | + <th>0.78</th> |
| 56 | + <th>0.79</th> |
| 57 | + <th>0.80</th> |
| 58 | + <th>0.81</th> |
| 59 | + <th>0.82</th> |
| 60 | + <th>0.83</th> |
| 61 | + </tr> |
| 62 | + </thead> |
| 63 | + <tbody> |
| 64 | + <tr> |
| 65 | + <td><div className={styles.version}>0.8.x</div></td> |
| 66 | + <td><div className={styles.notSupported}>no</div></td> |
| 67 | + <td><div className={styles.notSupported}>no</div></td> |
| 68 | + <td><div className={styles.notSupported}>no</div></td> |
| 69 | + <td><div className={styles.supported}>yes</div></td> |
| 70 | + <td><div className={styles.supported}>yes</div></td> |
| 71 | + <td><div className={styles.supported}>yes</div></td> |
| 72 | + </tr> |
| 73 | + </tbody> |
| 74 | + </table> |
| 75 | +</div> |
| 76 | + |
| 77 | +## react-native-executorch-expo-resource-fetcher |
| 78 | + |
| 79 | +<div className={styles.compatibility}> |
| 80 | + <table> |
| 81 | + <thead> |
| 82 | + <tr> |
| 83 | + <th rowSpan={2}>Expo Resource Fetcher</th> |
| 84 | + <th colSpan={4}>Expo SDK version</th> |
| 85 | + </tr> |
| 86 | + <tr> |
| 87 | + <th>52</th> |
| 88 | + <th>53</th> |
| 89 | + <th>54</th> |
| 90 | + <th>55</th> |
| 91 | + </tr> |
| 92 | + </thead> |
| 93 | + <tbody> |
| 94 | + <tr> |
| 95 | + <td><div className={styles.version}>0.8.x</div></td> |
| 96 | + <td><div className={styles.notSupported}>no</div></td> |
| 97 | + <td><div className={styles.notSupported}>no</div></td> |
| 98 | + <td><div className={styles.supported}>yes</div></td> |
| 99 | + <td><div className={styles.supported}>yes</div></td> |
| 100 | + </tr> |
| 101 | + </tbody> |
| 102 | + </table> |
| 103 | +</div> |
0 commit comments