We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问下,在rn0.18上怎么使用?
The text was updated successfully, but these errors were encountered:
[email protected]
MainActivity.java:
... import com.bee.baidumapview.*; // <<---引入包 ... @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); SDKInitializer.initialize(getApplicationContext()); // <<----初始化 } ... @Override protected List<ReactPackage> getPackages() { return Arrays.<ReactPackage>asList( new MainReactPackage(), new BaiduMapReactPackage(this) //<<---导入包 ); } }
Sorry, something went wrong.
No branches or pull requests
请问下,在rn0.18上怎么使用?
The text was updated successfully, but these errors were encountered: