We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410b839 commit a9a10b6Copy full SHA for a9a10b6
README.md
@@ -31,8 +31,9 @@
31
- Modify the ReactInstanceManager.builder() calls chain in `android/app/main/java/.../MainActivity.java` to include:
32
33
```javascript
34
-import com.tuanpm.RCTSmartconfig; // import
+import com.tuanpm.RCTSmartconfig; // import for older version
35
36
+import com.tuanpm.RCTSmartconfig.RCTSmartconfigPackage; // import for newest version of react-native
37
38
.addPackage(new RCTSmartconfigPackage()) //for older version
39
0 commit comments