Skip to content

Commit a9a10b6

Browse files
authored
add new import method
1 parent 410b839 commit a9a10b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
- Modify the ReactInstanceManager.builder() calls chain in `android/app/main/java/.../MainActivity.java` to include:
3232

3333
```javascript
34-
import com.tuanpm.RCTSmartconfig; // import
34+
import com.tuanpm.RCTSmartconfig; // import for older version
3535

36+
import com.tuanpm.RCTSmartconfig.RCTSmartconfigPackage; // import for newest version of react-native
3637

3738
.addPackage(new RCTSmartconfigPackage()) //for older version
3839

0 commit comments

Comments
 (0)